From: Thomas Roessler Date: Wed, 24 Oct 2001 11:08:22 +0000 (+0000) Subject: Suspected fix for #837. X-Git-Tag: mutt-1-3-23-1-rel~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6159a7772cb84ebc1e2568c3e7b6a6341fd00fb3;p=mutt Suspected fix for #837. --- diff --git a/complete.c b/complete.c index 04be8d8b..2aa2744d 100644 --- a/complete.c +++ b/complete.c @@ -51,9 +51,9 @@ int mutt_complete (char *s, size_t slen) if (*s == '=' || *s == '+' || *s == '!') { if (*s == '!') - p = Spoolfile; + p = NONULL (Spoolfile); else - p = Maildir; + p = NONULL (Maildir); if (s[1]) { /* don't append '/' if Maildir/Spoolfile is {host} only */