From 74bc93f02d5061e0eb360571c2664541ae5bd98b Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 16 Mar 2011 10:13:26 +0100 Subject: [PATCH] python: Remove completed TODO item Really just a left-over TODO item in the code, nothing spectacular to see here. Signed-off-by: Sebastian Spaeth --- bindings/python/notmuch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/notmuch.py b/bindings/python/notmuch.py index 85726129..8d118595 100755 --- a/bindings/python/notmuch.py +++ b/bindings/python/notmuch.py @@ -486,7 +486,6 @@ def main(): print "\n".join([t for t in msgs.collect_tags()]) #------------------------------------- elif sys.argv[1] == 'dump': - # TODO: implement "dump " if len(sys.argv) == 2: f = sys.stdout else: -- 2.43.0