]> granicus.if.org Git - mutt/commitdiff
Only show mailboxes with -y. From devenish@arcme.uwa.edu.au.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Jan 2001 09:35:37 +0000 (09:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Jan 2001 09:35:37 +0000 (09:35 +0000)
main.c

diff --git a/main.c b/main.c
index b4b5406b4cbacc6ec90fd4994308599a1a4b177b..babd044cfe4fceeb11083c5602c4a6c188d2558b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -797,7 +797,7 @@ int main (int argc, char **argv)
        exit (1);
       }
       folder[0] = 0;
-      mutt_select_file (folder, sizeof (folder), M_SEL_FOLDER);
+      mutt_select_file (folder, sizeof (folder), M_SEL_FOLDER | M_SEL_BUFFY);
       if (!folder[0])
       {
        mutt_endwin (NULL);