Re: notmuch and "mute" -- useful to anyone?
[notmuch-archives.git] / 24 / 01488f59b2b3578a04bd3cab7edfa2f344e3d5
1 Return-Path: <dme@dme.org>\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 500BA431FAF\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Feb 2012 03:24:04 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 bbqJ4X3l1n0B for <notmuch@notmuchmail.org>;\r
16         Thu,  2 Feb 2012 03:24:03 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 210F5431FB6\r
21         for <notmuch@notmuchmail.org>; Thu,  2 Feb 2012 03:24:02 -0800 (PST)\r
22 Received: by mail-wi0-f181.google.com with SMTP id hi8so1799268wib.26\r
23         for <notmuch@notmuchmail.org>; Thu, 02 Feb 2012 03:24:01 -0800 (PST)\r
24 Received: by 10.180.89.71 with SMTP id bm7mr17100524wib.20.1328181841844;\r
25         Thu, 02 Feb 2012 03:24:01 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id t6sm50974457wid.1.2012.02.02.03.23.59\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Thu, 02 Feb 2012 03:24:00 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id AB484A0C27; Thu,  2 Feb 2012 11:23:54 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v6 7/8] emacs: Add `notmuch-show-only-matching-messages'.\r
36 Date: Thu,  2 Feb 2012 11:23:52 +0000\r
37 Message-Id: <1328181833-14988-8-git-send-email-dme@dme.org>\r
38 X-Mailer: git-send-email 1.7.8.3\r
39 In-Reply-To: <1328181833-14988-1-git-send-email-dme@dme.org>\r
40 References: <1327486729-18052-1-git-send-email-dme@dme.org>\r
41         <1328181833-14988-1-git-send-email-dme@dme.org>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Thu, 02 Feb 2012 11:24:04 -0000\r
55 \r
56 Allow the user to choose that only matching messages are shown by\r
57 default.\r
58 ---\r
59  emacs/notmuch-show.el |    8 ++++++++\r
60  1 files changed, 8 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
63 index 895feb5..ae7af02 100644\r
64 --- a/emacs/notmuch-show.el\r
65 +++ b/emacs/notmuch-show.el\r
66 @@ -125,6 +125,11 @@ indentation."\r
67                  (const :tag "View interactively"\r
68                         notmuch-show-interactively-view-part)))\r
69  \r
70 +(defcustom notmuch-show-only-matching-messages nil\r
71 +  "Only matching messages are shown by default."\r
72 +  :type 'boolean\r
73 +  :group 'notmuch-show)\r
74 +\r
75  (defvar notmuch-show-thread-id nil)\r
76  (make-variable-buffer-local 'notmuch-show-thread-id)\r
77  (put 'notmuch-show-thread-id 'permanent-local t)\r
78 @@ -1018,6 +1023,9 @@ function is used."\r
79      ;; Set the default value for `notmuch-show-process-crypto' in this\r
80      ;; buffer.\r
81      (setq notmuch-show-process-crypto notmuch-crypto-process-mime)\r
82 +    ;; Set the default value for\r
83 +    ;; `notmuch-show-elide-non-matching-messages' in this buffer.\r
84 +    (setq notmuch-show-elide-non-matching-messages notmuch-show-only-matching-messages)\r
85  \r
86      (setq notmuch-show-thread-id thread-id\r
87           notmuch-show-parent-buffer parent-buffer\r
88 -- \r
89 1.7.8.3\r
90 \r