Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 14 / e1c8676df198270b33794f5436d95762ac4093
1 Return-Path: <bremner@tesseract.cs.unb.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 arlo.cworth.org (Postfix) with ESMTP id 469D06DE0B22\r
6  for <notmuch@notmuchmail.org>; Fri,  1 May 2015 07:56:00 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.327\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.327 tagged_above=-999 required=5 tests=[AWL=0.317, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id ApgeaX-FwmB6 for <notmuch@notmuchmail.org>;\r
16  Fri,  1 May 2015 07:55:58 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id D25826DE09ED\r
20  for <notmuch@notmuchmail.org>; Fri,  1 May 2015 07:55:56 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
23  id 1YoCLR-0005pM-2m; Fri, 01 May 2015 14:55:13 +0000\r
24 Received: (nullmailer pid 17495 invoked by uid 1000); Fri, 01 May 2015\r
25  14:54:59 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
28 Subject: [PATCH] docs: initial draft of NEWS for 0.20\r
29 Date: Fri,  1 May 2015 23:54:57 +0900\r
30 Message-Id: <1430492097-17451-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.1.4\r
32 In-Reply-To: <874moi71p1.fsf@maritornes.cs.unb.ca>\r
33 References: <874moi71p1.fsf@maritornes.cs.unb.ca>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.18\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Fri, 01 May 2015 14:56:00 -0000\r
47 \r
48 This is meant as much to jog people's memory as to be definitive.\r
49 ---\r
50  NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--\r
51  1 file changed, 57 insertions(+), 2 deletions(-)\r
52 \r
53 diff --git a/NEWS b/NEWS\r
54 index 25e5b5a..47fc507 100644\r
55 --- a/NEWS\r
56 +++ b/NEWS\r
57 @@ -10,11 +10,66 @@ There is a new `mimetype:` search prefix\r
58    content-type of attachments, which is now indexed. See the\r
59    `notmuch-search-terms` manual page for details.\r
60  \r
61 +Path to gpg is now configurable\r
62 +\r
63 +  On systems with multiple versions of gpg, you can tell\r
64 +  notmuch which one to use by setting `crypto.gpg_path'\r
65 +\r
66 +New command, `notmuch-emacs-mua'\r
67 +\r
68 +  This new wrapper script is intended to be a drop in replacement for\r
69 +  mutt to compose and send mail using `notmuch-emacs'\r
70 +\r
71 +Emacs\r
72 +-----\r
73 +\r
74 +Avoid rendering large text attachements.\r
75 +\r
76 +Improved rendering of CID references in HTML.\r
77 +\r
78 +Vim\r
79 +---\r
80 +\r
81 +Vim client now respects excluded tags.\r
82 +\r
83 +Notmuch-Mutt\r
84 +------------\r
85 +\r
86 +Support messages without Message-IDs.\r
87 +\r
88 +Library\r
89 +-------\r
90 +\r
91 +Undeprecate single message mboxes\r
92 +\r
93 +  It seems more trouble to remove this feature than expected, so\r
94 +  `notmuch new' will no longer nag about mboxes with a single message.\r
95 +\r
96 +New error logging facility\r
97 +\r
98 +  Clients should call `notmuch_database_status_string' to retrieve\r
99 +  output formerly printed to stderr.\r
100 +\r
101 +Several bug fixes related to stale iterators\r
102 +\r
103 +New status code returning API for n_query_search_{messages,thread}\r
104 +\r
105 +Fix for library `install_name' on Mac OS X\r
106 +\r
107 +Fix for rounding of seconds\r
108 +\r
109  Documentation\r
110  -------------\r
111  \r
112 -Support for using rst2man in place of sphinx to build the\r
113 -docmumentation has been removed.\r
114 +Sphinx is now mandatory to build docs\r
115 +\r
116 +  Support for using rst2man in place of sphinx to build the\r
117 +  docmumentation has been removed.\r
118 +\r
119 +Improved notmuch-search-terms.7\r
120 +\r
121 +  The man page `notmuch-search-terms(7)' has been extended, merging\r
122 +  some material from the relicensed wiki.\r
123  \r
124  Contrib\r
125  -------\r
126 -- \r
127 2.1.4\r
128 \r