* modest-folder-view.h:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 9 Jan 2007 22:40:38 +0000 (22:40 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 9 Jan 2007 22:40:38 +0000 (22:40 +0000)
  - extra tny folder types are moved to tinymail

pmo-trunk-r598

src/widgets/modest-folder-view.h

index 9a8f081..1431f12 100644 (file)
@@ -66,17 +66,6 @@ struct _ModestFolderViewClass {
                                  TnyAccountStore *account_store);
 };
 
-
-
-/* FIXME: move these to TnyMail */
-enum {
-       TNY_FOLDER_TYPE_NOTES = TNY_FOLDER_TYPE_ROOT + 1, /* urgh */
-       TNY_FOLDER_TYPE_DRAFTS,
-       TNY_FOLDER_TYPE_CONTACTS,
-       TNY_FOLDER_TYPE_CALENDAR,
-};
-
-
 /**
  * modest_folder_view_get_type:
  *