diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-10-18 16:31:39 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-10-18 16:31:39 +0800 |
commit | ce7790405d57206d48f7ceedf2b40c84cb4d5a68 (patch) | |
tree | 6dd3adca8e1eb94f20b799d4bd384b32434832dd /mail/em-popup.h | |
parent | e751338e4953544b113b19ed0ea8eeebfb0b111d (diff) | |
download | gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.tar.gz gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.tar.zst gsoc2013-evolution-ce7790405d57206d48f7ceedf2b40c84cb4d5a68.zip |
Fixed mark junk, keybinding to focus search widget.
2005-10-18 Srinivasa Ragavan <sragavan@novell.com>
* Fixed mark junk, keybinding to focus search widget.
svn path=/trunk/; revision=30520
Diffstat (limited to 'mail/em-popup.h')
-rw-r--r-- | mail/em-popup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-popup.h b/mail/em-popup.h index 6ae0623099..42752bc3ec 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -103,7 +103,9 @@ enum _em_popup_target_select_t { EM_POPUP_SELECT_FLAG_CLEAR = 1<<13, EM_POPUP_SELECT_ADD_SENDER = 1<<14, EM_POPUP_SELECT_FOLDER = 1<<15, /* do we have any folder at all? */ - EM_POPUP_SELECT_LAST = 1<<17, /* reserve 2 slots */ + EM_POPUP_SELECT_JUNK = 1<<16, + EM_POPUP_SELECT_NOT_JUNK = 1<<17, + EM_POPUP_SELECT_LAST = 1<<18, }; /** |