Re: notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 26 / cab1587523850aeaf022d74dab71ef0803da58
1 Return-Path: <daniel.schoepe@googlemail.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 20653429E25\r
6         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 01:57:27 -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: -0.789\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.789 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, T_MIME_NO_TEXT=0.01]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id j4KsMF4BFdXO for <notmuch@notmuchmail.org>;\r
18         Mon, 11 Jul 2011 01:57:25 -0700 (PDT)\r
19 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
20         [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 9AE64431FB6\r
23         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 01:57:25 -0700 (PDT)\r
24 Received: by fxh19 with SMTP id 19so3756840fxh.19\r
25         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 01:57:24 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
27         d=googlemail.com; s=gamma;\r
28         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
29         :mime-version:content-type;\r
30         bh=WRKt4CkBxN47fjGwZovoXdOuxMqDcYhtdZzDHBDPQW0=;\r
31         b=HqDQxA16y3TasbapjxRJTEwHSdFvZClOv3g8hb62gF8u2RoP+ctJhmkUJGUpycf61g\r
32         8Sy/8BHjqWTb09DHvammTz2jBHXpSXtfYsshAr+iDjdvQYASMlFkmIaOW7pHUu6xKFK8\r
33         gYUUZc9vf8k0lR9wT9OvNFTlbmFpb1dxa2csY=\r
34 Received: by 10.223.144.134 with SMTP id z6mr7226708fau.8.1310374644146;\r
35         Mon, 11 Jul 2011 01:57:24 -0700 (PDT)\r
36 Received: from localhost (dslb-088-069-141-194.pools.arcor-ip.net\r
37         [88.69.141.194])\r
38         by mx.google.com with ESMTPS id l9sm6062300fal.43.2011.07.11.01.57.21\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 11 Jul 2011 01:57:22 -0700 (PDT)\r
41 From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
42 To: Felix Geller <fgeller@gmail.com>, notmuch@notmuchmail.org\r
43 Subject: Re: [PATCH] Emacs: Add variable to toggle message indentation in a\r
44         thread\r
45 In-Reply-To: <m2r55xi4yr.fsf@gmail.com>\r
46 References: <m2r55xi4yr.fsf@gmail.com>\r
47 User-Agent: Notmuch/0.5-329-g0b5d38d (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Mon, 11 Jul 2011 10:57:11 +0200\r
50 Message-ID: <87zkkl19g8.fsf@gilead.invalid>\r
51 MIME-Version: 1.0\r
52 Content-Type: multipart/signed; boundary="=-=-=";\r
53         micalg=pgp-sha1; protocol="application/pgp-signature"\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58         <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
65         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Mon, 11 Jul 2011 08:57:27 -0000\r
67 \r
68 --=-=-=\r
69 \r
70 Hi Felix,\r
71 \r
72 On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller <fgeller@gmail.com> wrote:\r
73 > +(defcustom notmuch-show-indent-messages-in-thread nil\r
74 > +  "Should the messages in a thread be indented according to their respective depth in the thread?"\r
75 > +  :group 'notmuch\r
76 > +  :type 'boolean)\r
77 > +\r
78 \r
79 I think this should default to t, so it doesn't change the current\r
80 default behavior (which I find quite helpful).\r
81 \r
82 Cheers,\r
83 Daniel\r
84 \r
85 --=-=-=\r
86 Content-Type: application/pgp-signature\r
87 \r
88 -----BEGIN PGP SIGNATURE-----\r
89 Version: GnuPG v1.4.11 (GNU/Linux)\r
90 \r
91 iQIcBAEBAgAGBQJOGrrnAAoJEIaTAtce+Z+J2hkP/AmCY8Qp1su0lUgm3SG1ieJO\r
92 QZFwF0sqFYEFspy3YtGB4eLBXEADxwaS/InNUwmpt2fc98ahVDoZi1tjz4xIeKUy\r
93 m+BKpQ2rnj1hg5j+tQbiIvRhCPg4PYA3b/uUeUKt1YCTeYofWTwsvBkngxL5n/L2\r
94 ayuVv0SW4krW+Ci4hiwgC/m8yWSoHOkymvfk1xSJgWksOjeNHKRhh1b37ZD5+ULH\r
95 139SR7gPJ0Q5G7DGlI/P9eZem0Qt8TdCw+YPdmrDwJlF7k7R5o6ibxIiD8+wAxMP\r
96 /LGNDwV2Kd9F5TsdOWzrOP0mpRqb3u1GqUv6Pwa3nbMBaKR2ZI4vqtp/VYJKghlY\r
97 YWumFX42fTkGMTIrH5jDkeYT0Fvq5xaBs1HLiP596UXeefZ59kjZQ8WxfVliNw0Y\r
98 4c6+VdKn6nArBbLvippfwYiJtX8YhIZp7eI6LVvH7sj8Po5H++/WgFqWhahggBDP\r
99 ffaaprl13OPiPmYww1cJYiP5spe3j3/MBxTMGVqrjmabyeUmUzBpqSc0xL7WoedR\r
100 yU0gM4TOuW7TkJY4qh1MzNTgM/lEzUvSwbjDDUdpp09/3Tx2Yfw9i3okbNtIEi0h\r
101 JF5bQS093AXbXTK+U76g1wPINu8A3iIBF6Rg5IAk849nzSY9wgIu5Z79TMRzj2GS\r
102 pz+caGvV6prSmgAe0+1j\r
103 =+11N\r
104 -----END PGP SIGNATURE-----\r
105 --=-=-=--\r