Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d0 / e49586352c8267a0f968bdba3093cf268fb8b3
1 Return-Path: <too@guru-group.fi>\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 18042431FCB\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 11:32:47 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 UD0vcS8AaFmC for <notmuch@notmuchmail.org>;\r
16         Mon, 14 Apr 2014 11:32:43 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 4C189431FC9\r
19         for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 11:32:43 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id EE2571000C1; Mon, 14 Apr 2014 21:32:38 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related\r
25         news\r
26 Date: Mon, 14 Apr 2014 21:32:35 +0300\r
27 Message-Id: <1397500355-24828-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Mon, 14 Apr 2014 18:32:47 -0000\r
43 \r
44 Along with those, removed trailing space from subsection title.\r
45 ---\r
46 \r
47 This is v2 of id:1397499100-24552-1-git-send-email-tomi.ollila@iki.fi\r
48 \r
49 This is to be applied on top of\r
50 \r
51      id:1397306787-12207-3-git-send-email-markwalters1009@gmail.com\r
52 \r
53 \r
54  NEWS | 19 ++++++++++++++++++-\r
55  1 file changed, 18 insertions(+), 1 deletion(-)\r
56 \r
57 diff --git a/NEWS b/NEWS\r
58 index f1d5499..8d86b54 100644\r
59 --- a/NEWS\r
60 +++ b/NEWS\r
61 @@ -4,7 +4,7 @@ Notmuch 0.18 (UNRELEASED)\r
62  Command-Line Interface\r
63  ----------------------\r
64  \r
65 -`notmuch dump` now defaults to `batch-tag` format.\r
66 +`notmuch dump` now defaults to `batch-tag` format\r
67  \r
68    The old format is still available with `--format=sup`.\r
69  \r
70 @@ -15,6 +15,14 @@ Command-Line Interface\r
71  Emacs Interface\r
72  ---------------\r
73  \r
74 +Init file\r
75 +\r
76 +  If the file pointed by new variable `notmuch-init-file` (typically\r
77 +  `~/.emacs.d/notmuch-config.el`) exists, it is loaded at the end of\r
78 +  `notmuch.el`. Users can put their personal notmuch emacs lisp based\r
79 +  configuration/customization items there instead of filling\r
80 +  `~/.emacs` with these.\r
81 +\r
82  Changed format for saved searches\r
83  \r
84    The format for `notmuch-saved-searches` has changed, but old style\r
85 @@ -38,6 +46,15 @@ Changed format for saved searches\r
86    saved-search :name) and (cdr saved-search) by\r
87    (notmuch-saved-search-get saved-search :query) should be sufficient.\r
88  \r
89 +Version variable\r
90 +\r
91 +  The new, build-time generated variable `notmuch-emacs-version` is used\r
92 +  to distinguish between notmuch cli and notmuch emacs versions.\r
93 +  The function `notmuch-hello-versions` (bound to 'v' in notmuch-hello\r
94 +  window) prints both notmuch cli and notmuch emacs versions in case\r
95 +  these differ from each other.\r
96 +  This is especially useful when using notmuch remotely.\r
97 +\r
98  Bug fix for saved searches with newlines in them\r
99  \r
100    Split lines confuse `notmuch count --batch`, so we remove embedded\r
101 -- \r
102 1.8.0\r
103 \r