From ad4c4b9642acaf39edf7e1966b976ab9f695383d Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 11 Nov 2010 21:15:19 +0100 Subject: Default options.debug_imap to 0 again, not False This was overdone when switching from integers to booleans. Here 0 and False are in fact probably equivalent, but it's still a bug. --- archivemail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivemail b/archivemail index 896268d..cd76874 100755 --- a/archivemail +++ b/archivemail @@ -195,7 +195,7 @@ class Options: script_name = os.path.basename(sys.argv[0]) min_size = None verbose = False - debug_imap = False + debug_imap = 0 warn_duplicates = False copy_old_mail = False archive_all = False -- cgit v1.2.3