summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-01-02 09:35:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-01-02 09:35:37 +0000
commit3e9efb41fd5ccfdafa048e650e1d7749f132d583 (patch)
tree71ebb7b4338081fe27fe2858279ed48c7836b128 /main.c
parent21815aad05e592943d440e83b12410debeaacf28 (diff)
Only show mailboxes with -y. From devenish@arcme.uwa.edu.au.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b4b5406b..babd044c 100644
--- 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);