2007-09-18 [colin] 3.0.1cvs7
[claws.git] / src / prefs_common.h
index 1202b3fb310f9c6f2bedd4b9359f413b404880a0..648eb575a43cca51c03a21c7ee3d411379ff64de 100644 (file)
@@ -55,12 +55,6 @@ typedef enum {
        CTE_8BIT
 } TransferEncodingMethod;
 
-typedef enum {
-       SEND_DIALOG_ALWAYS,
-       /* SEND_DIALOG_ACTIVE would be irrelevant */
-       SEND_DIALOG_NEVER
-} SendDialogMode;
-
 typedef enum
 {
 /* U = unread, N = new, M = marked */
@@ -94,6 +88,9 @@ typedef enum
 
 struct _PrefsCommon
 {
+#ifdef MAEMO
+       gchar *data_root;
+#endif
        /* Receive */
        gboolean use_extinc;
        gchar *extinc_cmd;
@@ -105,6 +102,10 @@ struct _PrefsCommon
        gboolean newmail_notify_auto;
        gboolean newmail_notify_manu;
        gchar   *newmail_notify_cmd;
+#ifdef MAEMO
+       gboolean maemo_play_sound;
+       gboolean maemo_show_banner;
+#endif
        RecvDialogMode recv_dialog_mode;
        gint receivewin_width;
        gint receivewin_height;
@@ -114,7 +115,7 @@ struct _PrefsCommon
        /* Send */
        gboolean savemsg;
        gboolean confirm_send_queued_messages;
-       SendDialogMode send_dialog_mode;
+       gboolean send_dialog_invisible;
        gint sendwin_width;
        gint sendwin_height;
        gchar *outgoing_charset;
@@ -217,6 +218,7 @@ struct _PrefsCommon
        ToolbarStyle toolbar_style;
        gboolean toolbar_detachable;
        gboolean show_statusbar;
+       gboolean show_col_headers;
 
        gint folderview_vscrollbar_policy;
 
@@ -286,6 +288,7 @@ struct _PrefsCommon
        gulong uri_col;
        gulong tgt_folder_col;
        gulong signature_col;
+       gulong emphasis_col;
        gboolean recycle_quote_colors;
        gboolean display_header_pane;
        gboolean display_header;
@@ -460,6 +463,14 @@ struct _PrefsCommon
        gint hide_quotes;
        gboolean unsafe_ssl_certs;
        gboolean real_time_sync;
+       
+       gchar *print_paper_type;
+       gint print_paper_orientation;
+       gint print_use_color;
+       gint print_use_collate;
+       gint print_use_reverse;
+       gint print_use_duplex;
+       gint print_imgs;
 };
 
 extern PrefsCommon prefs_common;