Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / c1 / 27df421fe635fe1d24addff452e6904a38339b
1 Return-Path: <awg@lagos.xvx.ca>\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 9354B431FCF\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:57 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 Za4J09FrLqRI for <notmuch@notmuchmail.org>;\r
16         Tue, 21 Feb 2012 22:46:56 -0800 (PST)\r
17 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
18         by olra.theworths.org (Postfix) with ESMTP id D6647431FD6\r
19         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:49 -0800 (PST)\r
20 Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140])\r
21         by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:49 -0700\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=MPNiKFfsidoaPqBs0kThsodqbsbgvPHp5CGEg9DOvhI=\r
24         c=1 sm=1\r
25         a=9g9JZo9vwMMA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=9OLaDUNTDZPePR6WM6EA:9 a=VsVQgnaUw-nx1r6dp7gA:7\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd3ml1so-dmz.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id A8EA18095C4C; Tue, 21 Feb 2012 23:46:44 -0700 (MST)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH v6 04/10] TODO: Add replying to multiple messages\r
35 Date: Tue, 21 Feb 2012 23:46:33 -0700\r
36 Message-Id: <1329893199-21630-5-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 In-Reply-To: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca>\r
39 References: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 22 Feb 2012 06:46:58 -0000\r
53 \r
54 ---\r
55  devel/TODO |    5 +++++\r
56  1 files changed, 5 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/devel/TODO b/devel/TODO\r
59 index 4dda6f4..4ad1ee5 100644\r
60 --- a/devel/TODO\r
61 +++ b/devel/TODO\r
62 @@ -141,6 +141,11 @@ Simplify notmuch-reply to simply print the headers (we have the\r
63  original values) rather than calling GMime (which encodes) and adding\r
64  the confusing gmime-filter-headers.c code (which decodes).\r
65  \r
66 +Properly handle replying to multiple messages. Currently, calling\r
67 +notmuch reply on a search that returns multiple messages will return\r
68 +an error. This will include defining a semantics for replying to\r
69 +multiple messages that makes sense and makes the feature useful.\r
70 +\r
71  notmuch library\r
72  ---------------\r
73  Add support for custom flag<->tag mappings. In the notmuch\r
74 -- \r
75 1.7.5.4\r
76 \r