summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/mutt.h b/mutt.h
index 2946c78b..ca30791d 100644
--- a/mutt.h
+++ b/mutt.h
@@ -371,10 +371,11 @@ enum
#define MUTT_EDIT_HEADERS_RESUME 2
/* flags to _mutt_select_file() */
-#define MUTT_SEL_BUFFY (1<<0)
-#define MUTT_SEL_MULTI (1<<1)
-#define MUTT_SEL_FOLDER (1<<2)
-#define MUTT_SEL_DIRECTORY (1<<3) /* Allow directories to be selected
+#define MUTT_SEL_BUFFY (1<<0)
+#define MUTT_SEL_MULTI (1<<1)
+#define MUTT_SEL_MAILBOX (1<<2) /* Use LastMailboxDir state */
+#define MUTT_SEL_FILE (1<<3) /* Use LastFileDir state */
+#define MUTT_SEL_DIRECTORY (1<<4) /* Allow directories to be selected
* via <view-file> */
/* flags for parse_spam_list */