2 * Copyright 2011, Haiku, Inc. All rights reserved.
3 * Copyright 2011, Clemens Zeidler <haiku@clemens-zeidler.de>
4 * Distributed under the terms of the MIT License.
8 #include <Application.h>
10 #include "ConfigWindow.h"
14 main(int argc
, char** argv
)
16 BApplication
app("application/x-vnd.Haiku-Mail");
18 BWindow
* window
= new ConfigWindow
;