diff options
Diffstat (limited to 'src/prefs_toolbar.h')
-rw-r--r-- | src/prefs_toolbar.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/prefs_toolbar.h b/src/prefs_toolbar.h index 2fceb283..0f3fe6fb 100644 --- a/src/prefs_toolbar.h +++ b/src/prefs_toolbar.h @@ -50,6 +50,11 @@ typedef enum T_JUNK, T_EXECUTE, T_NEXT, + T_PREV, + T_ADDRESS_BOOK, + T_PRINT, + T_COMMON_PREFS, + T_ACCOUNT_PREFS, /* Compose */ T_SEND, @@ -59,8 +64,7 @@ typedef enum T_ATTACH_FILE, T_SIGNATURE, T_EDITOR, - T_LINEWRAP, - T_ADDRESS_BOOK + T_LINEWRAP } ToolbarItems; struct _PrefsToolbarItem |