]> git.notmuchmail.org Git - notmuch/commitdiff
python: Remove completed TODO item
authorJames Vasile <james@hackervisions.org>
Wed, 16 Mar 2011 09:13:26 +0000 (10:13 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 16 Mar 2011 09:14:30 +0000 (10:14 +0100)
Really just a left-over TODO item in the code, nothing spectacular to
see here.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch.py

index 857261295d7aa63219bdefa0b130023fc5c58399..8d1185953b5ccd50c9032b1220624873857701af 100755 (executable)
@@ -486,7 +486,6 @@ def main():
             print "\n".join([t for t in msgs.collect_tags()])
     #-------------------------------------
     elif sys.argv[1] == 'dump':
-        # TODO: implement "dump <filename>"
         if len(sys.argv) == 2:
             f = sys.stdout
         else: