Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 3b / 6ebe79346ef0045950c4d69b7dca58e2e69530
1 Return-Path: <tomi.ollila@iki.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 1911F431FC7\r
6         for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 06:37:27 -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 EkaYfwknD7+A for <notmuch@notmuchmail.org>;\r
16         Fri, 11 Apr 2014 06:37:22 -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 E6457431FC0\r
19         for <notmuch@notmuchmail.org>; Fri, 11 Apr 2014 06:37:21 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id BA3D310008B;\r
22         Fri, 11 Apr 2014 16:37:16 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] News for emacs saved-searches change.\r
26 In-Reply-To: <1397063394-12940-1-git-send-email-markwalters1009@gmail.com>\r
27 References: <1396763089-32452-1-git-send-email-markwalters1009@gmail.com>\r
28         <1397063394-12940-1-git-send-email-markwalters1009@gmail.com>\r
29 User-Agent: Notmuch/0.17+184~g85e3db6 (http://notmuchmail.org) Emacs/24.3.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Fri, 11 Apr 2014 16:37:16 +0300\r
35 Message-ID: <m2y4zcc7hv.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 11 Apr 2014 13:37:27 -0000\r
51 \r
52 On Wed, Apr 09 2014, Mark Walters <markwalters1009@gmail.com> wrote:\r
53 \r
54 > ---\r
55 > The important point is that the changed search variable is not forward\r
56 > compatible (it *is* backwards compatible): that is previous version of\r
57 > notmuch-emacs will be unusable with a new style notmuch-saved-search\r
58 > variable.\r
59 \r
60 the above part could be before '---' so that it is added to the commit\r
61 message, too. \r
62 \r
63 >\r
64 > Best wishes\r
65 >\r
66 > Mark\r
67 >\r
68 >\r
69 >\r
70 >  NEWS |   17 +++++++++++++++++\r
71 >  1 file changed, 17 insertions(+)\r
72 >\r
73 > diff --git a/NEWS b/NEWS\r
74 > index d4f4ea4..8aa4182 100644\r
75 > --- a/NEWS\r
76 > +++ b/NEWS\r
77 > @@ -15,6 +15,23 @@ Command-Line Interface\r
78 >  Emacs Interface\r
79 >  ---------------\r
80 >  \r
81 > +Changed format for saved searches.\r
82 > +\r
83 > +  The format for `notmuch-saved-searches` has changed, but old style\r
84 > +  saved searches are still supported. The new style means that a saved\r
85 > +  search can store the desired sort order for the search, and it can\r
86 > +  store a separate query to use for generating the count notmuch\r
87 > +  shows.\r
88 > +\r
89 > +  The variable is fully customizable and any configuration done\r
90 > +  through customize should `just work', with the additional options\r
91 \r
92 I'm afraid the `just work' work badly when contained in markdown page\r
93 (perhaps *just work*?).\r
94 \r
95 Tomi\r
96 \r
97 \r
98 > +  mentioned above. For manual customization see the documentation for\r
99 > +  `notmuch-saved-searches`.\r
100 > +\r
101 > +  IMPORTANT: a new style notmuch-saved-searches variable will break\r
102 > +  previous versions of notmuch-emacs (even search will not work); to\r
103 > +  fix remove the customization for notmuch-saved-searches.\r
104 > +\r
105 >  Bug fix for saved searches with newlines in them.\r
106 >  \r
107 >    Split lines confuse `notmuch count --batch`, so we remove embedded\r
108 > -- \r
109 > 1.7.10.4\r