mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
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>
This commit is contained in:
parent
eead238277
commit
74bc93f02d
1 changed files with 0 additions and 1 deletions
|
@ -486,7 +486,6 @@ def main():
|
||||||
print "\n".join([t for t in msgs.collect_tags()])
|
print "\n".join([t for t in msgs.collect_tags()])
|
||||||
#-------------------------------------
|
#-------------------------------------
|
||||||
elif sys.argv[1] == 'dump':
|
elif sys.argv[1] == 'dump':
|
||||||
# TODO: implement "dump <filename>"
|
|
||||||
if len(sys.argv) == 2:
|
if len(sys.argv) == 2:
|
||||||
f = sys.stdout
|
f = sys.stdout
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue