X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.h;h=cdd8ecb5ff6fafc7814554139712123a27816bb1;hp=29b8859afb8bc9cd48ae623683b5688c230a58ba;hb=fdae8fbca2c69c241b8693b10a683d20e81284c9;hpb=61e0d8e892dd65aed563963b668e4260c514e2de;ds=sidebyside diff --git a/src/prefs_common.h b/src/prefs_common.h index 29b8859af..cdd8ecb5f 100644 --- a/src/prefs_common.h +++ b/src/prefs_common.h @@ -74,6 +74,17 @@ typedef enum SELECTONENTRY_LAST } SelectOnEntry; +typedef enum +{ + ACTION_UNSET = 0, /* for backward compatibility */ + ACTION_MARKED, + ACTION_NEW, + ACTION_UNREAD, + ACTION_LAST_OPENED, + ACTION_LAST_LIST, + ACTION_NOTHING +} EntryAction; + typedef enum { NEXTUNREADMSGDIALOG_ALWAYS, @@ -327,6 +338,9 @@ struct _PrefsCommon gboolean mark_as_read_delay; gboolean immediate_exec; SelectOnEntry select_on_entry; + + EntryAction summary_select_prio[6]; + NextUnreadMsgDialogShow next_unread_msg_dialog; gboolean add_address_by_click; gchar *pixmap_theme_path;