Re: [ANNOUNCE] mutt with notmuch support
[notmuch-archives.git] / aa / 4b4e45e6a18c3f107381dab259fc397cb76ff3
1 Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\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 5FE054196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:21:21 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 2NdESg7Lzz0h for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 10:21:20 -0700 (PDT)\r
17 Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu\r
18         [128.220.161.140])\r
19         by olra.theworths.org (Postfix) with ESMTP id BC8FB431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 10:21:20 -0700 (PDT)\r
21 X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="380331361"\r
22 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
23         ([69.255.36.229])\r
24         by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         27 Apr 2010 13:21:20 -0400\r
26 Received: from jkr by lucky with local (Exim 4.69)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1O6oTG-00032J-N6; Tue, 27 Apr 2010 13:21:18 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: Notmuch developer list <notmuch@notmuchmail.org>\r
31 Subject: [PATCH 3/3] NEWS: add blurb for attachment interface.\r
32 In-Reply-To: <87633cke3g.fsf@jhu.edu>\r
33 References: <878w88ke5s.fsf@jhu.edu> <87633cke3g.fsf@jhu.edu>\r
34 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
35         (i486-pc-linux-gnu)\r
36 Date: Tue, 27 Apr 2010 13:21:18 -0400\r
37 Message-ID: <8739ygke0h.fsf@jhu.edu>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\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: Tue, 27 Apr 2010 17:21:21 -0000\r
53 \r
54 Add a blurb for the attachment interface, including a description of how\r
55 to enable it.\r
56 ---\r
57  NEWS |    8 ++++++++\r
58  1 files changed, 8 insertions(+), 0 deletions(-)\r
59 \r
60 diff --git a/NEWS b/NEWS\r
61 index 05ffaca..9dcae70 100644\r
62 --- a/NEWS\r
63 +++ b/NEWS\r
64 @@ -1,3 +1,11 @@\r
65 +New attachment interface\r
66 +\r
67 +  A new interface for attaching messages in message-mode is\r
68 +  added. This minor mode (tach mode) allows users to add and remove\r
69 +  messages with a menu interface, similar to the one offered in\r
70 +  mutt. Disabled by default, it can be enabled by setting the\r
71 +  customization option "notmuch-message-attachment-interface" to t.\r
72 +\r
73  Auto-tagging replied messages\r
74  \r
75    Add functionality for auto-tagging messages when they are replied\r
76 -- \r
77 1.6.3.3\r
78 \r