Re: [RFC PATCH 5/5] cli: add support for deduplicating based on case insensitive...
[notmuch-archives.git] / 4d / cc231d473e27e8502fb8c253cd59e34207e072
1 Return-Path: <m.walters@qmul.ac.uk>\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 1C686431FD6\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Jun 2013 12:43:30 -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: -1.098\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5\r
12         tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001,\r
13         NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id A9Olgg18tBj7 for <notmuch@notmuchmail.org>;\r
17         Mon, 10 Jun 2013 12:43:22 -0700 (PDT)\r
18 Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 215D9431FC7\r
22         for <notmuch@notmuchmail.org>; Mon, 10 Jun 2013 12:43:22 -0700 (PDT)\r
23 Received: from smtp.qmul.ac.uk ([138.37.6.40])\r
24         by mail2.qmul.ac.uk with esmtp (Exim 4.71)\r
25         (envelope-from <m.walters@qmul.ac.uk>)\r
26         id 1Um7zm-0007mF-FZ; Mon, 10 Jun 2013 20:43:16 +0100\r
27 Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost)\r
28         by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71)\r
29         (envelope-from <m.walters@qmul.ac.uk>)\r
30         id 1Um7zm-0004hz-6Z; Mon, 10 Jun 2013 20:43:14 +0100\r
31 From: Mark Walters <markwalters1009@gmail.com>\r
32 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] emacs: update search sort order help to match code\r
34 In-Reply-To: <1370282191-4526-1-git-send-email-jani@nikula.org>\r
35 References: <1370282191-4526-1-git-send-email-jani@nikula.org>\r
36 User-Agent: Notmuch/0.15.2+171~ge2f30a2 (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Mon, 10 Jun 2013 20:43:13 +0100\r
39 Message-ID: <87obbdrbu6.fsf@qmul.ac.uk>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-Sender-Host-Address: 93.97.24.31\r
43 X-QM-SPAM-Info: Sender has good ham record.  :)\r
44 X-QM-Body-MD5: 5c8340a786be58f19cffd6c31c59ef00 (of first 20000 bytes)\r
45 X-SpamAssassin-Score: -0.0\r
46 X-SpamAssassin-SpamBar: /\r
47 X-SpamAssassin-Report: The QM spam filters have analysed this message to\r
48         determine if it is\r
49         spam. We require at least 5.0 points to mark a message as spam.\r
50         This message scored -0.0 points.\r
51         Summary of the scoring: \r
52         * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail\r
53         provider *      (markwalters1009[at]gmail.com)\r
54         * -0.0 AWL AWL: From: address is in the auto white-list\r
55 X-QM-Scan-Virus: ClamAV says the message is clean\r
56 X-BeenThere: notmuch@notmuchmail.org\r
57 X-Mailman-Version: 2.1.13\r
58 Precedence: list\r
59 List-Id: "Use and development of the notmuch mail system."\r
60         <notmuch.notmuchmail.org>\r
61 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
63 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
64 List-Post: <mailto:notmuch@notmuchmail.org>\r
65 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
66 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
67         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
68 X-List-Received-Date: Mon, 10 Jun 2013 19:43:30 -0000\r
69 \r
70 \r
71 LGTM +1\r
72 \r
73 Mark\r
74 \r
75 On Mon, 03 Jun 2013, Jani Nikula <jani@nikula.org> wrote:\r
76 > ---\r
77 >  emacs/notmuch-lib.el |    7 ++++++-\r
78 >  emacs/notmuch.el     |   13 ++-----------\r
79 >  2 files changed, 8 insertions(+), 12 deletions(-)\r
80 >\r
81 > diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
82 > index 28f78e0..c43d5a9 100644\r
83 > --- a/emacs/notmuch-lib.el\r
84 > +++ b/emacs/notmuch-lib.el\r
85 > @@ -68,7 +68,12 @@\r
86 >    :group 'notmuch)\r
87 >  \r
88 >  (defcustom notmuch-search-oldest-first t\r
89 > -  "Show the oldest mail first when searching."\r
90 > +  "Show the oldest mail first when searching.\r
91 > +\r
92 > +This variable defines the default sort order for displaying\r
93 > +search results. Note that any filtered searches created by\r
94 > +`notmuch-search-filter' retain the search order of the parent\r
95 > +search."\r
96 >    :type 'boolean\r
97 >    :group 'notmuch-search)\r
98 >  \r
99 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
100 > index 26ba7e7..cc62088 100644\r
101 > --- a/emacs/notmuch.el\r
102 > +++ b/emacs/notmuch.el\r
103 > @@ -1030,17 +1030,8 @@ depending on the value of `notmuch-poll-script'."\r
104 >  (defun notmuch-search-toggle-order ()\r
105 >    "Toggle the current search order.\r
106 >  \r
107 > -By default, the \"inbox\" view created by `notmuch' is displayed\r
108 > -in chronological order (oldest thread at the beginning of the\r
109 > -buffer), while any global searches created by `notmuch-search'\r
110 > -are displayed in reverse-chronological order (newest thread at\r
111 > -the beginning of the buffer).\r
112 > -\r
113 > -This command toggles the sort order for the current search.\r
114 > -\r
115 > -Note that any filtered searches created by\r
116 > -`notmuch-search-filter' retain the search order of the parent\r
117 > -search."\r
118 > +This command toggles the sort order for the current search. The\r
119 > +default sort order is defined by `notmuch-search-oldest-first'."\r
120 >    (interactive)\r
121 >    (set 'notmuch-search-oldest-first (not notmuch-search-oldest-first))\r
122 >    (notmuch-search-refresh-view))\r
123 > -- \r
124 > 1.7.10.4\r
125 >\r
126 > _______________________________________________\r
127 > notmuch mailing list\r
128 > notmuch@notmuchmail.org\r
129 > http://notmuchmail.org/mailman/listinfo/notmuch\r