X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.h;h=c23f8e7a72763b1fdfd4a917ca6bb492f9dd5851;hp=50f62031eb82f6ebfb33fe34ee00336272567944;hb=7ce35aeed6c93a5b1955dcb876fcaf355d6c1325;hpb=69c80c047d30b8d1f73230d22324436a6c216417 diff --git a/src/prefs_common.h b/src/prefs_common.h index 50f62031e..c23f8e7a7 100644 --- a/src/prefs_common.h +++ b/src/prefs_common.h @@ -32,6 +32,13 @@ typedef struct _PrefsCommon PrefsCommon; +typedef enum +{ + RECVDIALOG_ALWAYS, + RECVDIALOG_WINDOW_ACTIVE, + RECVDIALOG_NEVER +} RecvDialogShow; + struct _PrefsCommon { /* Receive */ @@ -180,6 +187,7 @@ struct _PrefsCommon gboolean open_inbox_on_inc; gboolean immediate_exec; gboolean add_address_by_click; + RecvDialogShow receive_dialog; gboolean confirm_on_exit; gboolean clean_on_exit;