Fix for nonworking property option in ilist.
authorMirko Friedenhagen <mirko.friedenhagen@1und1.de>
Tue, 08 Jan 2008 23:52:11 +0100
changeset 18 57157f212cde
parent 17 f70d7e98eb21
child 19 c79f89b04676
Fix for nonworking property option in ilist.
artemis.py
--- a/artemis.py	Tue Jan 08 23:46:17 2008 +0100
+++ b/artemis.py	Tue Jan 08 23:52:11 2008 +0100
@@ -40,7 +40,7 @@
         else:
             properties += config.items(opts['filter'])
 
-    _get_properties(opts['property'])
+    properties += _get_properties(opts['property'])
 
     for issue in issues:
         mbox = mailbox.mbox(issue)