Re: Batch tagging - add id_list as tag possible?
[notmuch-archives.git] / 00 / 16bd42a6397591079d061f95590736323be38f
1 Return-Path: <jrollins@finestructure.net>\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 CE125431FBD\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Jan 2013 13:55:27 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 Fhw-01x1Tqck for <notmuch@notmuchmail.org>;\r
16         Sun, 20 Jan 2013 13:55:25 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 87AF6431FAF\r
20         for <notmuch@notmuchmail.org>; Sun, 20 Jan 2013 13:55:25 -0800 (PST)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 168A1328171;\r
23         Sun, 20 Jan 2013 13:55:23 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-166-145-133.socal.res.rr.com\r
26         [76.166.145.133]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 3ED3C328172;\r
28         Sun, 20 Jan 2013 13:55:19 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 2BCF661761; Sun, 20 Jan 2013 13:55:17 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: david@tethera.net, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH 5/7] CLI: add --leak-report top level option\r
34 In-Reply-To: <1358619958-21209-6-git-send-email-david@tethera.net>\r
35 References: <1358619958-21209-1-git-send-email-david@tethera.net>\r
36         <1358619958-21209-6-git-send-email-david@tethera.net>\r
37 User-Agent: Notmuch/0.14+249~gbbd600f (http://notmuchmail.org) Emacs/24.2.1\r
38         (x86_64-pc-linux-gnu)\r
39 Date: Sun, 20 Jan 2013 13:55:14 -0800\r
40 Message-ID: <87d2wzwmd9.fsf@servo.finestructure.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: multipart/signed; boundary="=-=-=";\r
43         micalg=pgp-sha256; protocol="application/pgp-signature"\r
44 Cc: David Bremner <bremner@debian.org>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 20 Jan 2013 21:55:27 -0000\r
58 \r
59 --=-=-=\r
60 Content-Type: text/plain\r
61 Content-Transfer-Encoding: quoted-printable\r
62 \r
63 On Sat, Jan 19 2013, david@tethera.net wrote:\r
64 > This roughly mimics the samba4 argument. The presence of the command\r
65 > line argument overrides any value of NOTMUCH_TALLOC_REPORT in the\r
66 > environment.\r
67 > ---\r
68 >  man/man1/notmuch.1 |    8 ++++++++\r
69 >  notmuch.c          |   18 +++++++-----------\r
70 >  2 files changed, 15 insertions(+), 11 deletions(-)\r
71 >\r
72 > diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1\r
73 > index 6bf9b2e..5c58c41 100644\r
74 > --- a/man/man1/notmuch.1\r
75 > +++ b/man/man1/notmuch.1\r
76 > @@ -70,6 +70,14 @@ Print a synopsis of available commands and exit.\r
77 >  Print the installed version of notmuch, and exit.\r
78 >  .RE\r
79 >=20=20\r
80 > +.RS 4\r
81 > +.TP 4\r
82 > +.BI \-\-leak-report=3D path\r
83 > +\r
84 > +Write a detailed report of all memory allocated via talloc to\r
85 > +.I path\r
86 > +.RE\r
87 \r
88 Do we really need a command line option for this?  Why isn't the env var\r
89 sufficient?  This just seems to me like it clutters the interface, for\r
90 an option that is purely for debugging and should rarely if ever be used\r
91 by most users.\r
92 \r
93 jamie.\r
94 \r
95 --=-=-=\r
96 Content-Type: application/pgp-signature\r
97 \r
98 -----BEGIN PGP SIGNATURE-----\r
99 Version: GnuPG v1.4.12 (GNU/Linux)\r
100 \r
101 iQIcBAEBCAAGBQJQ/GfCAAoJEO00zqvie6q8IGkP/1eBH3zm106ajGiyaHNfUvbK\r
102 1PHkdH3GIFr3FpChi3jO7oxVbAIK1pyWSBe1OxnUVCOaCmXRop59G6aeismA0de2\r
103 pvnXEU9MbRq5eloJWsJacEMjgSS3OS1VKBxwv72W2J72bfiaM1QyjP0tI9cUIyx7\r
104 DaxKAhzpigM+hUGo3WOwcn3f+A7PF5IWGXBraMtff8UrDCnUL3HoztvE6z/EeUtw\r
105 FvCkndujCO5Hwn75bwXNMxYo6pm3TMeqypWGqxHlUv6faZWq2SHHGAMXHwkezqbI\r
106 my0s1m/AOHwUrX71liSZN5tM9iJJRYypKLyu1kf9UOsoQDWQAvjCwIt7Bd3TXYMh\r
107 ZY4SrkiYgU37mIawVSz75zpbPqPG4jnDngfDfCIGWA3oeueoUN5hIYE3hh2zgcvL\r
108 b5g2Vyc4YmwSP6SIhUglLmS8uuLHy1l6wej6uigQT5oHh1/1ilFeSGWHZvdLZYMc\r
109 A06RhY5VGKi7zKbvoRwDg64Dp7P7tXmhMpXA8KN4TsSTjBL+nIUtqPL9EDLi8jZe\r
110 /es+4fDEizP9ok88JMAhSHvniskQEOn1tZ10T/a6CKk2TQEBF0kZ18SiDuRiiPrL\r
111 9k3AkRM1YY8gjGeI5DA94bqL4RrJzuEcjfUdQtxtGNX9HSg4xJOYQQwKJ22vudRi\r
112 Ggj1d0heKvV+g9uO06yU\r
113 =W7TF\r
114 -----END PGP SIGNATURE-----\r
115 --=-=-=--\r