Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 74 / ce7af1b0fbcbfdb199cecfe9885f9059e604cd
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 5D509429E25\r
6         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 04:22:51 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 4KYovU3AC32l for <notmuch@notmuchmail.org>;\r
17         Fri, 16 Dec 2011 04:22:50 -0800 (PST)\r
18 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
19  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  96649431FD0    for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 04:22:50 -0800\r
22  (PST)\r
23 Received: by wgbds13 with SMTP id ds13so4857178wgb.2\r
24         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 04:22:49 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=uvlHfOrhy4TY5zykTiN11RHFuYuR1IGNv3yvxsBf/g0=;\r
29         b=dUYiG679GpIkLR8Gy0F6gds+zQuLGgxkf3ln1hLXK6uo6//pXzqf1/Pw0PdyGoNG6x\r
30         pkm0GMgFD1vy9A70X8TTwennmEVGTK7J521gs9GGEGHrlh5kWY/sxhHjTrac9n/Pjg//\r
31         DG6Y6HkawerDuN3g+reF6oQegW6shRpXxlMDQ=\r
32 Received: by 10.227.207.205 with SMTP id fz13mr5497123wbb.0.1324038169261;\r
33         Fri, 16 Dec 2011 04:22:49 -0800 (PST)\r
34 Received: from localhost ([91.144.186.21])\r
35         by mx.google.com with ESMTPS id er5sm14321676wbb.11.2011.12.16.04.22.46\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Fri, 16 Dec 2011 04:22:46 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH 1/2] emacs: Fix notmuch-hello-tag-list-make-query\r
41  defcustom\r
42 In-Reply-To:\r
43  <864e58d004c991bcb823e0f61f33eb8cbbbb5b76.1316804530.git.jani@nikula.org>\r
44 References:\r
45  <864e58d004c991bcb823e0f61f33eb8cbbbb5b76.1316804530.git.jani@nikula.org>\r
46 User-Agent: Notmuch/0.10.2+96~g74e5ae5 (http://notmuchmail.org) Emacs/23.3.1\r
47         (x86_64-pc-linux-gnu)\r
48 Date: Fri, 16 Dec 2011 16:22:07 +0400\r
49 Message-ID: <87obv8so40.fsf@gmail.com>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain; charset=us-ascii\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Fri, 16 Dec 2011 12:22:51 -0000\r
65 \r
66 Hi Jani.\r
67 \r
68 On Fri, 23 Sep 2011 22:03:41 +0300, Jani Nikula <jani@nikula.org> wrote:\r
69 > It was not possible to define custom filters or filter functions because\r
70 > the types were const. Remove const to allow editing.\r
71\r
72 \r
73 How about making "Unread messages" query configurable as well?\r
74 \r
75 Regards,\r
76   Dmitry\r
77 \r
78 > Signed-off-by: Jani Nikula <jani@nikula.org>\r
79 > ---\r
80 >  emacs/notmuch-hello.el |    4 ++--\r
81 >  1 files changed, 2 insertions(+), 2 deletions(-)\r
82\r
83 > diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
84 > index 65fde75..ad1a13f 100644\r
85 > --- a/emacs/notmuch-hello.el\r
86 > +++ b/emacs/notmuch-hello.el\r
87 > @@ -66,8 +66,8 @@ Finally this can be a function that will be called for each tag and\r
88 >  should return a filter for that tag, or nil to hide the tag."\r
89 >    :type '(choice (const :tag "All messages" nil)\r
90 >                (const :tag "Unread messages" "tag:unread")\r
91 > -              (const :tag "Custom filter" string)\r
92 > -              (const :tag "Custom filter function" function))\r
93 > +              (string :tag "Custom filter")\r
94 > +              (function :tag "Custom filter function"))\r
95 >    :group 'notmuch)\r
96 >  \r
97 >  (defcustom notmuch-hello-hide-tags nil\r
98 > -- \r
99 > 1.7.4.1\r
100\r
101 > _______________________________________________\r
102 > notmuch mailing list\r
103 > notmuch@notmuchmail.org\r
104 > http://notmuchmail.org/mailman/listinfo/notmuch\r