Allow custom window title for the folder selection dialog.
[claws.git] / src / foldersel.h
index e5a931f8f2c4156e83ddd44b23bc84a6e439a23d..4ab5b42fdb70f8110597123558e416b260650f69 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -35,6 +35,8 @@ typedef enum
 FolderItem *foldersel_folder_sel(Folder                        *cur_folder,
                                 FolderSelectionType     type,
                                 const gchar            *default_folder,
-                                gboolean                        can_sel_mailbox);
+                                gboolean                can_sel_mailbox,
+                                const gchar            *title);
+void foldersel_reflect_prefs_pixmap_theme(void);
 
 #endif /* __FOLDERSEL_H__ */