From 4e003672f3582b6ed03a4931e856334cfbec267c Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Fri, 4 Jan 2019 00:36:38 +0000 Subject: [PATCH] mbox: quieten probing --- mbox/mbox.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.50.1