aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-03-16 10:13:26 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-03-16 10:14:30 +0100
commit74bc93f02d5061e0eb360571c2664541ae5bd98b (patch)
treeea01a6346e7d764fef9f6947534f2f31a8892747
parenteead2382774f42c3531f7abe6f06cbe88fe4492a (diff)
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 <Sebastian@SSpaeth.de>
-rwxr-xr-xbindings/python/notmuch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/notmuch.py b/bindings/python/notmuch.py
index 8572612..8d11859 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 <filename>"
if len(sys.argv) == 2:
f = sys.stdout
else: