BUG: trouble with forwarding with accents
[notmuch-archives.git] / 02 / 761d491a774532d6c04087447f343cb560279d
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 B1AE6429E38\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 01:04:15 -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 8TiMetlT2T3G for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Jan 2012 01:04:13 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  993A9431FB6    for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 01:04:13 -0800\r
21  (PST)\r
22 Received: by wgbds11 with SMTP id ds11so3530845wgb.2\r
23         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 01:04:12 -0800 (PST)\r
24 Received: by 10.180.14.161 with SMTP id q1mr2127871wic.1.1326531852317;\r
25         Sat, 14 Jan 2012 01:04:12 -0800 (PST)\r
26 Received: from localhost ([109.131.75.86])\r
27         by mx.google.com with ESMTPS id 28sm14164453wby.3.2012.01.14.01.04.11\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Sat, 14 Jan 2012 01:04:11 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: Re: [PATCH v2] emacs: logically group def{custom,face}s\r
33 In-Reply-To: <87fwfknuqx.fsf@zancas.localnet>\r
34 References: <87bos6tcgp.fsf@zancas.localnet>\r
35         <1326388336-15940-1-git-send-email-pieter@praet.org>\r
36         <87fwfknuqx.fsf@zancas.localnet>\r
37 User-Agent: Notmuch/0.10.2+115~gadd29f6 (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-unknown-linux-gnu)\r
39 Date: Sat, 14 Jan 2012 10:02:30 +0100\r
40 Message-ID: <87ty3ypsgp.fsf@praet.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 14 Jan 2012 09:04:15 -0000\r
57 \r
58 On Thu, 12 Jan 2012 23:31:34 -0400, David Bremner <david@tethera.net> wrote:\r
59 > On Thu, 12 Jan 2012 18:12:16 +0100, Pieter Praet <pieter@praet.org> wrote:\r
60 > > To allow for expansion whilst keeping everything tidy and organized,\r
61 > > move all defcustom/defface variables to the following subgroups,\r
62 > > defined in notmuch-lib.el:\r
63 > > \r
64 > > - Hello\r
65 > > - Search\r
66 > > - Show\r
67 > > - Send\r
68 > > - Crypto\r
69 > > - Hooks\r
70 > > - Appearance\r
71 > > - External Commands\r
72\r
73 > I didn't investigate too closely, but I noticed when I customize-group\r
74 > emacs, each subgroup has some explanatory text beside it. Did you omit\r
75 > that on purpose?\r
76\r
77 \r
78 That is correct.  Coming up with decent docstrings is hard :)\r
79 \r
80 Also, the group names are fairly descriptive in and of themselves IMO.\r
81 \r
82 Anyways, I've given it a shot, but (I hope!) people will come up with\r
83 much better descriptions, so this probably isn't the end of it...\r
84 \r
85 Patch follows.\r
86 \r
87 > d\r
88 \r
89 \r
90 Peace\r
91 \r
92 -- \r
93 Pieter\r