Revision: 800
http://assorted.svn.sourceforge.net/assorted/?rev=800&view=rev
Author: yangzhang
Date: 2008-05-13 00:34:14 -0700 (Tue, 13 May 2008)
Log Message:
-----------
fixed bug with no --debug flags
Modified Paths:
--------------
mailing-list-filter/trunk/src/mlf.py
Modified: mailing-list-filter/trunk/src/mlf.py
===================================================================
--- mailing-list-filter/trunk/src/mlf.py 2008-05-13 07:32:41 UTC (rev 799)
+++ mailing-list-filter/trunk/src/mlf.py 2008-05-13 07:34:14 UTC (rev 800)
@@ -83,7 +83,7 @@
help = "Do not mark newly revelant threads as unread.")
p.add_argument('--no-mark-seen', action = 'store_true',
help = "Do not mark newly irrevelant threads as read.")
- p.add_argument('--debug', action = 'append',
+ p.add_argument('--debug', action = 'append', default = [],
help = """Enable logging for messages of the given flags. Flags include:
refs (references to missing Message-IDs), dups (duplicate Message-IDs),
main (the main program logic), and star (which messages are being
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|