summaryrefslogtreecommitdiffstats
path: root/mx.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-19 21:28:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-19 21:28:14 +0000
commitf8b979e68280b75c1dc69a626975c9e2dc52fccd (patch)
tree06b96a589102148b31ab503bd632b81d8e1cf604 /mx.c
parenta406ea493660f545911e93148bf47ec6af8b82a1 (diff)
Remove a confusing error message.
Diffstat (limited to 'mx.c')
-rw-r--r--mx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mx.c b/mx.c
index 2f740eb3..0c1c4187 100644
--- a/mx.c
+++ b/mx.c
@@ -706,8 +706,10 @@ static int sync_mailbox (CONTEXT *ctx)
#endif /* USE_IMAP */
}
+#if 0
if (!ctx->quiet && rc == -1)
mutt_error ( _("Could not synchronize mailbox %s!"), ctx->path);
+#endif
#ifdef BUFFY_SIZE
if (tmp && tmp->new == 0)