2005-08-05 [paul] 1.9.13cvs14
[claws.git] / src / prefs_common.h
index 524cf2fbc2068684398074b63de4b146e52d8b36..ef3226355032eb268dcdf930912b0ed81e683366 100644 (file)
@@ -53,6 +53,12 @@ typedef enum {
        SEND_DIALOG_NEVER
 } SendDialogMode;
 
+typedef enum
+{
+       SELECTONENTRY_UNREAD = 1 << 0,
+       SELECTONENTRY_NEW    = 1 << 1
+} SelectOnEntry;
+
 typedef enum
 {
        NEXTUNREADMSGDIALOG_ALWAYS,
@@ -78,6 +84,7 @@ struct _PrefsCommon
 
        /* Send */
        gboolean savemsg;
+       gboolean confirm_send_queued_messages;
        SendDialogMode send_dialog_mode;
        gchar *outgoing_charset;
        TransferEncodingMethod encoding_method;
@@ -266,11 +273,11 @@ struct _PrefsCommon
        gboolean sep_msg;
        gboolean emulate_emacs;
        gboolean always_show_msg;
-       gboolean open_unread_on_enter;
        gboolean mark_as_read_on_new_window;
        gboolean mark_as_read_delay;
        gboolean open_inbox_on_inc;
        gboolean immediate_exec;
+       SelectOnEntry select_on_entry;
        NextUnreadMsgDialogShow next_unread_msg_dialog;
        gboolean add_address_by_click;
        gchar *pixmap_theme_path;
@@ -319,7 +326,6 @@ struct _PrefsCommon
 
 extern PrefsCommon prefs_common;
 
-void prefs_common_init         (void);
 void prefs_common_read_config  (void);
 void prefs_common_write_config (void);
 void prefs_common_open         (void);