Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / 34 / 3cd7c90b3424cbbb5dc717ee9f35edc5a34fbc
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 arlo.cworth.org (Postfix) with ESMTP id 88FAA6DE0C51\r
6  for <notmuch@notmuchmail.org>; Fri, 12 Feb 2016 09:14:26 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.641\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.641 tagged_above=-999 required=5 tests=[AWL=-0.011,\r
12   SPF_NEUTRAL=0.652] 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 PbgdXcNGC5dL for <notmuch@notmuchmail.org>;\r
16  Fri, 12 Feb 2016 09:14:24 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 30F6C6DE0A9A\r
19  for <notmuch@notmuchmail.org>; Fri, 12 Feb 2016 09:14:23 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id A725110007F;\r
22  Fri, 12 Feb 2016 19:14:36 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH v3] emacs: Report a lack of matches when calling\r
26  `notmuch-show'.\r
27 In-Reply-To: <1455179607-16870-2-git-send-email-dme@dme.org>\r
28 References: <1455179607-16870-1-git-send-email-dme@dme.org>\r
29  <1455179607-16870-2-git-send-email-dme@dme.org>\r
30 User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Fri, 12 Feb 2016 19:14:36 +0200\r
36 Message-ID: <m2io1tx343.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 12 Feb 2016 17:14:26 -0000\r
52 \r
53 On Thu, Feb 11 2016, David Edmondson <dme@dme.org> wrote:\r
54 \r
55 > If the basic query passed to `notmuch-show' generates no results, ring\r
56 > the bell and inform the user that no messages matched the query rather\r
57 > than displaying an empty buffer and showing an obscure error.\r
58 \r
59 Looks good (the parts I understood) and works fine (testing with\r
60 devel/try-emacs-mua). \r
61 \r
62 FYI: when testing with (eval-last-sexp) interactively (c-x c-e)\r
63 message does not appear in minibuffer -- since the following 'nil'\r
64 will take its place -- the msg is in *Messages* buffer\r
65 \r
66 Tomi\r
67 \r
68 >\r
69 > Similarly when refreshing a `notmuch-show' buffer and no messages match.\r
70 > ---\r
71 >  emacs/notmuch-show.el | 144 +++++++++++++++++++++++++++++---------------------\r
72 >  emacs/notmuch.el      |   6 ++-\r
73 >  2 files changed, 89 insertions(+), 61 deletions(-)\r
74 >\r