aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail')
-rwxr-xr-xarchivemail2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemail b/archivemail
index cd76874..e1abbee 100755
--- a/archivemail
+++ b/archivemail
@@ -1351,7 +1351,7 @@ def _archive_imap(mailbox_name):
vprint("%d messages are matching filter" % len(message_list))
# First, gather data for the statistics.
- if total_msg_count > 0:
+ if total_msg_count > 0 and not options.quiet:
vprint("fetching size of messages...")
result, response = imap_srv.fetch('1:*', '(RFC822.SIZE)')
if result != 'OK': unexpected_error("Failed to fetch message sizes; "