2008-09-12 [colin] 3.5.0cvs103
[claws.git] / src / folder_item_prefs.h
index 7973cf9a91c781ebaffdcfbb4c8744791ab6891a..bc90ee4e8616d936c58d8c1356caf85e9ba1c3d1 100644 (file)
@@ -30,18 +30,8 @@ typedef struct _FolderItemPrefs FolderItemPrefs;
 struct _FolderItemPrefs {
        gchar * directory;
 
-       gboolean sort_by_number;
-       gboolean sort_by_size;
-       gboolean sort_by_date;
-       gboolean sort_by_from;
-       gboolean sort_by_subject;
-       gboolean sort_by_score;
-
-       gboolean sort_descending;
-
-       gboolean enable_thread;
-
-        int enable_processing;
+        int enable_processing; /* at start-up */
+        int enable_processing_when_opening;
        GSList * processing;
 
        int newmailcheck;
@@ -60,7 +50,7 @@ struct _FolderItemPrefs {
        gint folder_chmod;
        gboolean enable_default_account;
        gint default_account;
-#if USE_ASPELL
+#if USE_ENCHANT
        gboolean enable_default_dictionary;
        gchar *default_dictionary;
        gboolean enable_default_alt_dictionary;
@@ -70,13 +60,16 @@ struct _FolderItemPrefs {
        guint color;
 
        gboolean compose_with_format;
+       gchar *compose_override_from_format;
        gchar *compose_subject_format;
        gchar *compose_body_format;
        gboolean reply_with_format;
        gchar *reply_quotemark;
+       gchar *reply_override_from_format;
        gchar *reply_body_format;
        gboolean forward_with_format;
        gchar *forward_quotemark;
+       gchar *forward_override_from_format;
        gchar *forward_body_format;
 };