diff options
Diffstat (limited to 'mail/em-popup.h')
-rw-r--r-- | mail/em-popup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-popup.h b/mail/em-popup.h index f71d312b90..88a4ff83ab 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -90,6 +90,7 @@ enum { EM_POPUP_SELECT_ADD_SENDER = 1<<14, EM_POPUP_SELECT_MARK_JUNK = 1<<15, EM_POPUP_SELECT_MARK_NOJUNK = 1<<16, + EM_POPUP_SELECT_FOLDER = 1<<17, /* do we have any folder at all? */ EM_POPUP_SELECT_LAST = 1<<18 /* reserve 2 slots */ }; |