Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / b08fccdd8c3957574c5a45a406446e6632aa0e
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 0D62E429E26\r
6         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 20:47:54 -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: -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 ITUYmYvxVt6N for <notmuch@notmuchmail.org>;\r
16         Sat,  8 Oct 2011 20:47:52 -0700 (PDT)\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 65020431FB6\r
20         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 20:47:52 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 06D9F66E0226\r
23         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 20:47:50 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (washington.ligo-wa.caltech.edu\r
26         [198.129.208.205]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id C36E666E01CE\r
28         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 20:47:47 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 46C49B5F; Sat,  8 Oct 2011 20:47:47 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] NEWS: add notes about emacs improvements and reply formating\r
34         cleanup\r
35 Date: Sat,  8 Oct 2011 20:47:47 -0700\r
36 Message-Id: <1318132067-29427-1-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.6.3\r
38 In-Reply-To: <id:87ipnzd4ds.fsf@zancas.localnet>\r
39 References: <id:87ipnzd4ds.fsf@zancas.localnet>\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: Sun, 09 Oct 2011 03:47:54 -0000\r
53 \r
54 ---\r
55  NEWS |   15 ++++++++++++++-\r
56  1 files changed, 14 insertions(+), 1 deletions(-)\r
57 \r
58 diff --git a/NEWS b/NEWS\r
59 index ee84e9a..f688bd0 100644\r
60 --- a/NEWS\r
61 +++ b/NEWS\r
62 @@ -39,7 +39,20 @@ Ruby bindings changes\r
63    Wrap new library functions notmuch_database_{begin,end}_atomic, \r
64    and add new exception Notmuch::UnbalancedAtomicError. Rename destroy \r
65    to destroy! according to Ruby naming conventions.\r
66 -  \r
67 +\r
68 +Emacs improvements\r
69 +------------------\r
70 +\r
71 +  * Add gpg callback to crypto sigstatus buttons to retrieve/refresh\r
72 +    signing key.\r
73 +  * Add notmuch-show-refresh-view function (and corresponding binding)\r
74 +    to refresh the view of a notmuch-show buffer.\r
75 +\r
76 +Reply formatting cleanup\r
77 +------------------------\r
78 +\r
79 +  "notmuch reply" no longer includes notification that non-leafnode\r
80 +  MIME parts are being suppressed.\r
81  \r
82  Notmuch 0.8 (2011-09-10)\r
83  ========================\r
84 -- \r
85 1.7.6.3\r
86 \r