mail retrieval dialog can be enabled, disabled
[claws.git] / src / prefs_common.h
index 50f62031eb82f6ebfb33fe34ee00336272567944..c23f8e7a72763b1fdfd4a917ca6bb492f9dd5851 100644 (file)
 
 typedef struct _PrefsCommon    PrefsCommon;
 
 
 typedef struct _PrefsCommon    PrefsCommon;
 
+typedef enum
+{
+       RECVDIALOG_ALWAYS,
+       RECVDIALOG_WINDOW_ACTIVE,
+       RECVDIALOG_NEVER
+} RecvDialogShow;
+
 struct _PrefsCommon
 {
        /* Receive */
 struct _PrefsCommon
 {
        /* Receive */
@@ -180,6 +187,7 @@ struct _PrefsCommon
        gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        gboolean add_address_by_click;
        gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        gboolean add_address_by_click;
+       RecvDialogShow receive_dialog;
 
        gboolean confirm_on_exit;
        gboolean clean_on_exit;
 
        gboolean confirm_on_exit;
        gboolean clean_on_exit;