From ce7790405d57206d48f7ceedf2b40c84cb4d5a68 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 18 Oct 2005 08:31:39 +0000 Subject: Fixed mark junk, keybinding to focus search widget. 2005-10-18 Srinivasa Ragavan * Fixed mark junk, keybinding to focus search widget. svn path=/trunk/; revision=30520 --- mail/em-popup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/em-popup.h') 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, }; /** -- cgit