projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eead238
)
python: Remove completed TODO item
author
James Vasile
<james@hackervisions.org>
Wed, 16 Mar 2011 09:13:26 +0000
(10:13 +0100)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/bindings/python/notmuch.py
b/bindings/python/notmuch.py
index 857261295d7aa63219bdefa0b130023fc5c58399..8d1185953b5ccd50c9032b1220624873857701af 100755
(executable)
--- 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: