]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch.py
bindings/python: Bump bindings version to 0.6
[notmuch] / 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: