]> granicus.if.org Git - neomutt/commitdiff
Accidentally dropped from d4a9c0a68f2b prior to commit
authorBrendan Cully <brendan@kublai.com>
Mon, 20 Oct 2008 18:50:38 +0000 (11:50 -0700)
committerBrendan Cully <brendan@kublai.com>
Mon, 20 Oct 2008 18:50:38 +0000 (11:50 -0700)
imap/util.c

index ed05356f1f6ae771d59f4c0be295844570b73517..9a6cfc033c116c717833125cb9b3b234a65c4afa 100644 (file)
@@ -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;
 }