Announcing Astroid v0.6
[notmuch-archives.git] / d5 / cb22ba599d6543670a8cea3cc5ad15133caf39
1 Return-Path: <pieter@praet.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 252CE431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 11:12:36 -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 eSzV4jn851qQ for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 11:12:35 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.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 79E5A431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 11:12:35 -0800 (PST)\r
22 Received: by werp13 with SMTP id p13so271324wer.26\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 11:12:34 -0800 (PST)\r
24 Received: by 10.216.140.15 with SMTP id d15mr1152676wej.16.1327000354092;\r
25         Thu, 19 Jan 2012 11:12:34 -0800 (PST)\r
26 Received: from localhost ([109.131.97.13])\r
27         by mx.google.com with ESMTPS id ex2sm995377wib.1.2012.01.19.11.12.32\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Thu, 19 Jan 2012 11:12:32 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Austin Clements <amdragon@MIT.EDU>\r
32 Subject: Re: [PATCH v4] emacs: logically group def{custom,face}s\r
33 In-Reply-To: <20120118184408.GD16740@mit.edu>\r
34 References: <871ur02awi.fsf@praet.org>\r
35         <1326710313-21417-1-git-send-email-pieter@praet.org>\r
36         <20120116191622.GB16740@mit.edu> <87ipk98h5d.fsf@praet.org>\r
37         <20120118184408.GD16740@mit.edu>\r
38 User-Agent: Notmuch/0.11+99~gab86e73 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Thu, 19 Jan 2012 20:10:42 +0100\r
41 Message-ID: <87k44no6dp.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 19 Jan 2012 19:12:36 -0000\r
58 \r
59 On Wed, 18 Jan 2012 13:44:08 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
60 > Quoth Pieter Praet on Jan 18 at 11:00 am:\r
61 > > On Mon, 16 Jan 2012 14:16:22 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
62 > > > LGTM.\r
63 > > > \r
64 > > > Quoth Pieter Praet on Jan 16 at 11:38 am:\r
65 > > > > - Add `notmuch-send' to the `message' group, as per Austin's\r
66 > > > >   recommendation [1].\r
67 > > > \r
68 > > > This is actually the reverse of what I was suggesting (though is also\r
69 > > > reasonable).  Since notmuch uses message-mode, I was saying that the\r
70 > > > notmuch group (or the notmuch-send group) should link to the message\r
71 > > > group.  That way, if you customize-group notmuch, you get all of the\r
72 > > > options that affect notmuch, even those that aren't strictly notmuch\r
73 > > > variables.\r
74 > > \r
75 > > Sorry, failed to mention;  I tried that, but the additional\r
76 > > \r
77 > >   :link '(custom-group-link :tag "Message" message)\r
78 > > \r
79 > > didn't seem all that useful compared to (or combined with)\r
80 > > adding `message' as parent group to `notmuch-send':\r
81 > > \r
82 > >   #+begin_example\r
83 > >     Parent groups: Message Notmuch\r
84 > > \r
85 > >     /- Notmuch Send group: Sending messages from Notmuch.--------------------\\r
86 > >           State: something in this group has been changed outside customize.\r
87 > >   #+end_example\r
88 > > \r
89 > > vs.\r
90 > > \r
91 > >   #+begin_example\r
92 > >     Parent groups: Message Notmuch\r
93 > > \r
94 > >     /- Notmuch Send group: Sending messages from Notmuch.--------------------\\r
95 > >           State: something in this group has been changed outside customize.\r
96 > >           See also Message.\r
97 > >   #+end_example\r
98 > > \r
99 > > ... so I ripped it out again.  Should I add it back?\r
100\r
101 > Hmm.  You're right that the :link doesn't do much.\r
102\r
103 \r
104 Indeed.  I'll leave it out, in favour of:\r
105 \r
106 > One other possibility to consider is\r
107 >   (custom-add-to-group 'notmuch-show 'message 'custom-group)\r
108 \r
109 Agreed!  (though you probably meant 'notmuch-send).\r
110 \r
111 > or even\r
112 >   (custom-add-to-group 'notmuch 'message 'custom-group)\r
113 \r
114 Hmm, that might be a tad much.  `message-mode' config is only relevant\r
115 when *sending* mail, so adding its group to 'notmuch-send should be\r
116 sufficient IMO.\r
117 \r
118 Patch follows (new one, no amendment;  David's on a merging-spree :).\r
119 \r
120 \r
121 Peace\r
122 \r
123 -- \r
124 Pieter\r