Re: [PATCH 1/3] lib: Make VERSION macros agree with soname version
[notmuch-archives.git] / 24 / a1fdd35c6034a9da89743ca1d759be7ecf8126
1 Return-Path: <daniel@schoepe.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 C88B6429E27\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:49:21 -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.79\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.79 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id VuXE89QH8i8c for <notmuch@notmuchmail.org>;\r
17         Mon, 10 Oct 2011 06:49:21 -0700 (PDT)\r
18 Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com\r
19         [209.85.160.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 4CFD8429E26\r
22         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:49:21 -0700 (PDT)\r
23 Received: by gyd10 with SMTP id 10so7365514gyd.26\r
24         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 06:49:20 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=4V8uDFuO2CxJcCy8v7C4ogbhyofEKR/XmusfHuGAwQA=;\r
29         b=JGI4ByGLzpzlCW4roOgAllFtFix4j/zY1aWEQwjWfytQGGrHlUuLxoGBjZkvyx9uqq\r
30         VLJELdReatrWapJLLoJn8eV+06nt3SH+uC1EzY8vyCHNstGkxAyCV0vWGNiM6qmm/pvI\r
31         Zhnv3tKwqRE/LGjWyZcpMnEIun8Lbqv793srY=\r
32 Received: by 10.223.62.15 with SMTP id v15mr32517583fah.22.1318254554482;\r
33         Mon, 10 Oct 2011 06:49:14 -0700 (PDT)\r
34 Received: from localhost (p4FC790FC.dip0.t-ipconnect.de. [79.199.144.252])\r
35         by mx.google.com with ESMTPS id x22sm31738144faa.5.2011.10.10.06.49.12\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Mon, 10 Oct 2011 06:49:13 -0700 (PDT)\r
38 From: Daniel Schoepe <daniel@schoepe.org>\r
39 To: Pieter Praet <pieter@praet.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH] emacs: logically group def{custom,face}s\r
41 In-Reply-To: <1309890780-8214-1-git-send-email-pieter@praet.org>\r
42 References: <1309890780-8214-1-git-send-email-pieter@praet.org>\r
43 User-Agent: Notmuch/0.9_rc1-57-g592948a (http://notmuchmail.org) Emacs/23.3.1\r
44         (x86_64-pc-linux-gnu)\r
45 Date: Mon, 10 Oct 2011 15:49:03 +0200\r
46 Message-ID: <87wrcdvtww.fsf@gilead.invalid>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha1; protocol="application/pgp-signature"\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 10 Oct 2011 13:49:21 -0000\r
63 \r
64 --=-=-=\r
65 \r
66 On Tue,  5 Jul 2011 20:33:00 +0200, Pieter Praet <pieter@praet.org> wrote:\r
67 > To allow for expansion whilst keeping everything tidy and organized,\r
68 > move all defcustom/defface variables to the following subgroups,\r
69 > defined in notmuch-lib.el:\r
70 \r
71 Since the customize page for notmuch is getting pretty crowded, I think\r
72 this patch is a good idea and should be applied.\r
73 \r
74 Cheers,\r
75 Daniel\r
76 \r
77 --=-=-=\r
78 Content-Type: application/pgp-signature\r
79 \r
80 -----BEGIN PGP SIGNATURE-----\r
81 Version: GnuPG v1.4.11 (GNU/Linux)\r
82 \r
83 iQIcBAEBAgAGBQJOkvfPAAoJEIaTAtce+Z+JyYUP/jP3/263oRnHThm9wrCy0grp\r
84 XOaWc1rC6ui2Lm2e8+J9w8yHn0gkk6gp/YuhF+jXySadW5/rpFOvyPX0wNYv9zYC\r
85 iQTagLYtqLuaSGF5R9em/h8+w4mixC5hqkmAoyh+JLfFbU8ALP8TDvg96UA25GoU\r
86 MuvruTmu53YE9eIt7oBPItFDSKN902wrKRB4/BJpWnD1nV1Kgve0r96gmFdFIwlo\r
87 JmC5RZnmEVxtaRnuqINssrO4d9mZQ6gUW+e49AaEbwnxgqzYXqMPkGMMcOc4vWnh\r
88 xURlFOak7fiqwhsYqdT6WoquP2lcgB1RLmsqdQYDQv9YVudfqfI2H+dZfeiDlwlN\r
89 q6zVvlJPLL/sagYigtWYchReDc2oz38ZsW15cO8sFKbmzgwmU/JaooC80EhVdhXB\r
90 aJo5zjFzZtX/m3I8xNPDPh3EM8YPKztzjLTfkq1q/hGpYSh6wEyGgdd8EnHxTwsG\r
91 P2sCVathDe0Pur8R9OZM/Ipxxq0BJOUMKCmam8lUvilaMZdqD61tXnfBlH3QIUSn\r
92 uRm9E+Yr/kAHL79Hepgbgww6FKXY6t3WoB2FLbjpOk4CsuSUpm6Dnu4+1dyKBAdc\r
93 lHjYN8Mvgdlvd2hA1fLfRL6yqHwWDfrB0nClNN84xxm6zNTJfCHr9wbvOX+tTxJf\r
94 gKtVCfsstKvekP7lu1cx\r
95 =ycnZ\r
96 -----END PGP SIGNATURE-----\r
97 --=-=-=--\r