From: Richard Russon Date: Fri, 4 Jan 2019 00:36:38 +0000 (+0000) Subject: mbox: quieten probing X-Git-Tag: 2019-10-25~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e003672f3582b6ed03a4931e856334cfbec267c;p=neomutt mbox: quieten probing --- diff --git a/mbox/mbox.c b/mbox/mbox.c index e78821601..1860582dd 100644 --- a/mbox/mbox.c +++ b/mbox/mbox.c @@ -1636,10 +1636,7 @@ enum MailboxType mbox_path_probe(const char *path, const struct stat *st) return MUTT_UNKNOWN; if (S_ISDIR(st->st_mode)) - { - mutt_error("%s is not a mailbox", path); return MUTT_UNKNOWN; - } if (st->st_size == 0) return MUTT_MBOX;