]> granicus.if.org Git - mutt/commitdiff
Fix '?' in the file name dialogue. Fixes #468, #465.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Feb 2001 20:42:40 +0000 (20:42 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 12 Feb 2001 20:42:40 +0000 (20:42 +0000)
curs_lib.c

index 347570eb01ab5b3547d2d31e7c1d1e28b37b5241..ecd1a00d9990deb0fe39e98c17bc787c93bcfd79 100644 (file)
@@ -403,7 +403,7 @@ int _mutt_enter_fname (const char *prompt, char *buf, size_t blen, int *redraw,
   {
     mutt_refresh ();
     buf[0] = 0;
-    _mutt_select_file (buf, blen, M_SEL_FOLDER | (buffy ? M_SEL_BUFFY : 0) | (multiple ? M_SEL_MULTI : 0), 
+    _mutt_select_file (buf, blen, M_SEL_FOLDER | (multiple ? M_SEL_MULTI : 0), 
                       files, numfiles);
     *redraw = REDRAW_FULL;
   }