From: Brendan Cully Date: Mon, 20 Oct 2008 18:50:38 +0000 (-0700) Subject: Accidentally dropped from d4a9c0a68f2b prior to commit X-Git-Tag: neomutt-20160307~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd72574a9bb7cdf7dc5dc633941f81fa701e2d72;p=neomutt Accidentally dropped from d4a9c0a68f2b prior to commit --- diff --git a/imap/util.c b/imap/util.c index ed05356f1..9a6cfc033 100644 --- a/imap/util.c +++ b/imap/util.c @@ -423,9 +423,6 @@ char *imap_fix_path (IMAP_DATA *idata, char *mailbox, char *path, i++; path[i] = '\0'; - if (!path[0]) - strfcpy (path, "INBOX", plen); - return path; }