2008-02-18 [colin] 3.3.0cvs16
[claws.git] / src / prefs_common.h
index d0f474ef6e1f2b44e9ec5f15fa968e6d42768e16..a3f4cc4197244fdb224233a7aa7eae124911d9be 100644 (file)
@@ -105,6 +105,7 @@ struct _PrefsCommon
        gboolean newmail_notify_manu;
        gchar   *newmail_notify_cmd;
 #ifdef MAEMO
+       gboolean maemo_show_led;
        gboolean maemo_play_sound;
        gboolean maemo_show_banner;
 #endif
@@ -180,10 +181,13 @@ struct _PrefsCommon
        /* new fonts */
        gchar *widgetfont;
        gchar *textfont;
-        gchar *printfont;
+       gchar *printfont;
+       gchar *boldfont;
        gchar *normalfont;
        gchar *smallfont;
        gchar *titlefont;
+       gboolean use_different_print_font;
+       gboolean derive_from_normal_font;
 
        /* custom colors */
        ColorlabelPrefs custom_colorlabel[COLORLABELS];
@@ -266,6 +270,7 @@ struct _PrefsCommon
        gint mainwin_y;
        gint mainwin_width;
        gint mainwin_height;
+       gint mainwin_maximised;
 
        gint msgwin_width;
        gint msgwin_height;
@@ -305,7 +310,6 @@ struct _PrefsCommon
        gboolean respect_flowed_format;
 
        gboolean show_other_header;
-       gboolean use_different_print_font;
        GSList *disphdr_list;
 
        gboolean attach_desc;
@@ -332,6 +336,7 @@ struct _PrefsCommon
        gboolean addressbook_use_editaddress_dialog;
        gint addressbook_hpaned_pos;
        gint addressbook_vpaned_pos;
+       GList *addressbook_custom_attributes;
 
        /* Interface */
        gboolean layout_mode;
@@ -478,10 +483,14 @@ struct _PrefsCommon
        gint print_imgs;
        gint print_previewwin_width;
        gint print_previewwin_height;
+       
+       gboolean use_networkmanager;
 };
 
 extern PrefsCommon prefs_common;
 
+GList *prefs_common_read_history_from_dir_with_defaults(const gchar *dirname, const gchar *history,
+                                                                                                                         GList *default_list);
 void prefs_common_read_config  (void);
 void prefs_common_write_config (void);
 void prefs_common_open         (void);