Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 79 / 642e95867d4bea048e6f99dc35d205a61c608f
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 1CCC1431FC9\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 11:11:52 -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 EA2XGB4XoSTN for <notmuch@notmuchmail.org>;\r
16         Mon, 14 Apr 2014 11:11:48 -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 B5C37431FBD\r
19         for <notmuch@notmuchmail.org>; Mon, 14 Apr 2014 11:11:48 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id C76881000C1; Mon, 14 Apr 2014 21:11:42 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] NEWS: notmuch-init-file and notmuch-emacs-version related\r
25         news\r
26 Date: Mon, 14 Apr 2014 21:11:40 +0300\r
27 Message-Id: <1397499100-24552-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:11:52 -0000\r
43 \r
44 Along with those, removed trailing space from subsection title.\r
45 \r
46 ---\r
47 \r
48 This is to be applied on top of\r
49 \r
50      id:1397306787-12207-3-git-send-email-markwalters1009@gmail.com\r
51 \r
52  NEWS | 16 +++++++++++++++-\r
53  1 file changed, 15 insertions(+), 1 deletion(-)\r
54 \r
55 diff --git a/NEWS b/NEWS\r
56 index f1d5499..338f8de 100644\r
57 --- a/NEWS\r
58 +++ b/NEWS\r
59 @@ -4,7 +4,7 @@ Notmuch 0.18 (UNRELEASED)\r
60  Command-Line Interface\r
61  ----------------------\r
62  \r
63 -`notmuch dump` now defaults to `batch-tag` format.\r
64 +`notmuch dump` now defaults to `batch-tag` format\r
65  \r
66    The old format is still available with `--format=sup`.\r
67  \r
68 @@ -15,6 +15,14 @@ Command-Line Interface\r
69  Emacs Interface\r
70  ---------------\r
71  \r
72 +Init file\r
73 +\r
74 +  If the file pointed by new variable `notmuch-init-file` (typically\r
75 +  `~/.emacs.d/notmuch-config.el`) exists, it is loaded at the end of\r
76 +  `notmuch.el`.Users can put their personal notmuch emacs lisp based\r
77 +  configuration/customization items there instead of filling\r
78 +  `~/.emacs` with these.\r
79 +\r
80  Changed format for saved searches\r
81  \r
82    The format for `notmuch-saved-searches` has changed, but old style\r
83 @@ -38,6 +46,12 @@ Changed format for saved searches\r
84    saved-search :name) and (cdr saved-search) by\r
85    (notmuch-saved-search-get saved-search :query) should be sufficient.\r
86  \r
87 +Version variable\r
88 +\r
89 +  The new, build-time generated variable `notmuch-emacs-version` is used\r
90 +  to distinguish between notmuch cli and notmuch emacs versions.\r
91 +  This is especially useful when using notmuch remotely.\r
92 +\r
93  Bug fix for saved searches with newlines in them\r
94  \r
95    Split lines confuse `notmuch count --batch`, so we remove embedded\r
96 -- \r
97 1.8.0\r
98 \r