Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / c3 / b53904c6f560b3a34c7507a2cbb83938a056ae
1 Return-Path: <james.vasile@opensourcematters.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 4496F431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 15 Mar 2011 12:01:28 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.363\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.363 tagged_above=-999 required=5\r
12         tests=[RDNS_DYNAMIC=0.363] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id k7tKr-OmHegb for <notmuch@notmuchmail.org>;\r
16         Tue, 15 Mar 2011 12:01:26 -0700 (PDT)\r
17 Received: from hackervisions.org (67-207-143-141.slicehost.net\r
18         [67.207.143.141]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 52E0C431FB5\r
21         for <notmuch@notmuchmail.org>; Tue, 15 Mar 2011 12:01:26 -0700 (PDT)\r
22 Received: from thurgood-marshall.sflc.info ([216.27.154.194] helo=localhost)\r
23         by hackervisions.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\r
24         (Exim 4.72) (envelope-from <james.vasile@opensourcematters.org>)\r
25         id 1PzZUh-0007q2-Gb; Tue, 15 Mar 2011 15:01:23 -0400\r
26 From: James Vasile <james@hackervisions.org>\r
27 To: Jameson Rollins <jrollins@finestructure.net>,\r
28         Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
29         Notmuch Mail <notmuch@notmuchmail.org>\r
30 Subject: Re: python documentation\r
31 In-Reply-To: <87r5a8xmhc.fsf@servo.finestructure.net>\r
32 References: <87hbb4zyp6.fsf@servo.finestructure.net>\r
33         <87pqpsh0sg.fsf@SSpaeth.de> <87y64gjla8.fsf@opensourcematters.org>\r
34         <87r5a8xmhc.fsf@servo.finestructure.net>\r
35 User-Agent: Notmuch/0.5-212-g1afb373 (http://notmuchmail.org) Emacs/23.2.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Tue, 15 Mar 2011 15:01:15 -0400\r
38 Message-ID: <87vczkjjic.fsf@opensourcematters.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 15 Mar 2011 19:01:28 -0000\r
54 \r
55 On Tue, 15 Mar 2011 11:33:19 -0700, Jameson Rollins <jrollins@finestructure.net> wrote:\r
56 > On Tue, 15 Mar 2011 14:22:55 -0400, James Vasile <james@hackervisions.org> wrote:\r
57 > > notmuch dump includes '# TODO: implement "dump <filename>"' but it\r
58 > > appears to work already.  What's missing?\r
59\r
60 > Hey, James.  Is this related to the python documentation somehow?  If\r
61 > so, I'm not sure how.\r
62\r
63 > If you're just referencing a completed TODO, you could definitely submit\r
64 > a patch to remove it from the TODO.\r
65\r
66 \r
67 Yep, just a completed TODO.  Patch below.\r
68 \r
69 diff --git a/bindings/python/notmuch.py b/bindings/python/notmuch.py\r
70 index 8572612..8d11859 100755\r
71 --- a/bindings/python/notmuch.py\r
72 +++ b/bindings/python/notmuch.py\r
73 @@ -486,7 +486,6 @@ def main():\r
74              print "\n".join([t for t in msgs.collect_tags()])\r
75      #-------------------------------------\r
76      elif sys.argv[1] == 'dump':\r
77 -        # TODO: implement "dump <filename>"\r
78          if len(sys.argv) == 2:\r
79              f = sys.stdout\r
80          else:\r