[PATCH 2/2] emacs: address: allow internal completion on an individual basis
[notmuch-archives.git] / e1 / 7fc0a251d0a6f9bfa81061195397d0db1d0773
1 Return-Path: <jani@nikula.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 F4089431FAF\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Mar 2012 13:55:30 -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 j9fbSMSqcLSx for <notmuch@notmuchmail.org>;\r
16         Sat,  3 Mar 2012 13:55:30 -0800 (PST)\r
17 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
18         [209.85.215.53]) (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 4E30B431FAE\r
21         for <notmuch@notmuchmail.org>; Sat,  3 Mar 2012 13:55:30 -0800 (PST)\r
22 Received: by lahc1 with SMTP id c1so3541318lah.26\r
23         for <notmuch@notmuchmail.org>; Sat, 03 Mar 2012 13:55:28 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of jani@nikula.org designates\r
25         10.152.135.148 as permitted sender) client-ip=10.152.135.148; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of jani@nikula.org\r
28         designates 10.152.135.148 as permitted sender)\r
29         smtp.mail=jani@nikula.org\r
30 Received: from mr.google.com ([10.152.135.148])\r
31         by 10.152.135.148 with SMTP id ps20mr13407824lab.20.1330811728861\r
32         (num_hops = 1); Sat, 03 Mar 2012 13:55:28 -0800 (PST)\r
33 MIME-Version: 1.0\r
34 Received: by 10.152.135.148 with SMTP id ps20mr11036002lab.20.1330811728788;\r
35         Sat, 03 Mar 2012 13:55:28 -0800 (PST)\r
36 Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi.\r
37         [84.248.80.253])\r
38         by mx.google.com with ESMTPS id tt8sm14825413lbb.16.2012.03.03.13.55.26\r
39         (version=SSLv3 cipher=OTHER); Sat, 03 Mar 2012 13:55:27 -0800 (PST)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH] emacs: keep customizations in groups\r
43 Date: Sat,  3 Mar 2012 23:55:24 +0200\r
44 Message-Id: <1330811724-30901-1-git-send-email-jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.5.4\r
46 X-Gm-Message-State:\r
47  ALoCoQl5ssxUuPuEOz71lsYuXKZMy/I30z8SbD5zxb2uaNwNol9xzx3cXQuLmM/lU8W2zn+hz7/T\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 03 Mar 2012 21:55:31 -0000\r
61 \r
62 Move hello section customization to notmuch-hello group and printing\r
63 customization to notmuch-show group from the top level customization\r
64 group.\r
65 ---\r
66  emacs/notmuch-hello.el |    2 +-\r
67  emacs/notmuch-print.el |    2 +-\r
68  2 files changed, 2 insertions(+), 2 deletions(-)\r
69 \r
70 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
71 index e089290..0cf613f 100644\r
72 --- a/emacs/notmuch-hello.el\r
73 +++ b/emacs/notmuch-hello.el\r
74 @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages\r
75  displayed next to the buttons can be generated by applying a\r
76  different filter to the tag query. These filters are also\r
77  supported for \"Customized queries section\" items."\r
78 -  :group 'notmuch\r
79 +  :group 'notmuch-hello\r
80    :type\r
81    '(repeat\r
82      (choice (function-item notmuch-hello-insert-header)\r
83 diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el\r
84 index 6653d97..8c18f4b 100644\r
85 --- a/emacs/notmuch-print.el\r
86 +++ b/emacs/notmuch-print.el\r
87 @@ -25,7 +25,7 @@\r
88  \r
89  (defcustom notmuch-print-mechanism 'notmuch-print-lpr\r
90    "How should printing be done?"\r
91 -  :group 'notmuch\r
92 +  :group 'notmuch-show\r
93    :type '(choice\r
94           (function :tag "Use lpr" notmuch-print-lpr)\r
95           (function :tag "Use ps-print" notmuch-print-ps-print)\r
96 -- \r
97 1.7.5.4\r
98 \r