python documentation
James Vasile
james at hackervisions.org
Tue Mar 15 12:01:15 PDT 2011
On Tue, 15 Mar 2011 11:33:19 -0700, Jameson Rollins <jrollins at finestructure.net> wrote:
> On Tue, 15 Mar 2011 14:22:55 -0400, James Vasile <james at hackervisions.org> wrote:
> > notmuch dump includes '# TODO: implement "dump <filename>"' but it
> > appears to work already. What's missing?
>
> Hey, James. Is this related to the python documentation somehow? If
> so, I'm not sure how.
>
> If you're just referencing a completed TODO, you could definitely submit
> a patch to remove it from the TODO.
>
Yep, just a completed TODO. Patch below.
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:
More information about the notmuch
mailing list