Re: [PATCH v4 1/7] cli: use typedef to deal with gmime 2.4/2.6 incompatibility
[notmuch-archives.git] / d5 / da9c9d0f8a6fec03fc448b2fe7ee78431a80fa
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 BD74F431E62\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 01:14:01 -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 A-vJgu8vxJzv for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 01:14:01 -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 F2B16431FC0\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 01:14:00 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so2198004wib.26\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 01:13:59 -0800 (PST)\r
24 Received: by 10.180.85.4 with SMTP id d4mr17933375wiz.0.1326705239921;\r
25         Mon, 16 Jan 2012 01:13:59 -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 ej7sm21431762wbb.20.2012.01.16.01.13.58\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 16 Jan 2012 01:13:58 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id A74949FD88; Mon, 16 Jan 2012 09:12:38 +0000 (GMT)\r
33 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
34         Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH v2 3/3] search: Support automatic tag exclusions\r
36 In-Reply-To: <87wr8tsvit.fsf@servo.finestructure.net>\r
37 References: <1326258173-21163-1-git-send-email-amdragon@mit.edu>\r
38         <1326496024-14403-1-git-send-email-amdragon@mit.edu>\r
39         <1326496024-14403-4-git-send-email-amdragon@mit.edu>\r
40         <87wr8tsvit.fsf@servo.finestructure.net>\r
41 User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org)\r
42         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Mon, 16 Jan 2012 09:12:38 +0000\r
45 Message-ID: <cunfwfg57uh.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 16 Jan 2012 09:14:01 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Sat, 14 Jan 2012 15:40:26 -0800, Jameson Graef Rollins <jrollins@finestr=\r
68 ucture.net> wrote:\r
69 > This patch looks fine.  Philosophical UI discussion to follow:\r
70 >=20\r
71 > On Fri, 13 Jan 2012 18:07:04 -0500, Austin Clements <amdragon@MIT.EDU> wr=\r
72 ote:\r
73 > > +    if (notmuch_config_get_auto_exclude_tags (config, &tmp) =3D=3D NUL=\r
74 L) {\r
75 > > +   const char *tags[] =3D { "deleted", "spam" };\r
76 > > +   notmuch_config_set_auto_exclude_tags (config, tags, 2);\r
77 > > +    }\r
78 >=20\r
79 > This creates the config section with the exclude list pre-set to\r
80 > "deleted;spam".\r
81 \r
82 I don't think that anything should be excluded from the search results\r
83 by default, at least not as a default behaviour of the 'notmuch'\r
84 binary.\r
85 \r
86 Having "deleted" and "spam" as default settings in the configuration\r
87 file might be more reasonable.\r
88 \r
89 --=-=-=\r
90 Content-Type: application/pgp-signature\r
91 \r
92 -----BEGIN PGP SIGNATURE-----\r
93 Version: GnuPG v1.4.11 (GNU/Linux)\r
94 \r
95 iEYEARECAAYFAk8T6gYACgkQaezQq/BJZRZ0EQCcC/YqvlEOonCwA8D/oHjy2he5\r
96 GmAAn2oNgiUBUSpVwHXJ9uVpXUXLFHYW\r
97 =CgtL\r
98 -----END PGP SIGNATURE-----\r
99 --=-=-=--\r