2007-09-18 [colin] 3.0.1cvs7
[claws.git] / src / prefs_common.h
index 0fdfb2dfb47aaf343fcb9d42e3b580948b7a5af5..648eb575a43cca51c03a21c7ee3d411379ff64de 100644 (file)
@@ -115,7 +115,7 @@ struct _PrefsCommon
        /* Send */
        gboolean savemsg;
        gboolean confirm_send_queued_messages;
-       gboolean send_dialog_mode;
+       gboolean send_dialog_invisible;
        gint sendwin_width;
        gint sendwin_height;
        gchar *outgoing_charset;
@@ -463,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;