Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / e8 / ba0d759112c315bf96a62780f4b7502a7c4fd4
1 Return-Path: <aidecoe@aidecoe.name>\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 D736A431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 01:40:12 -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.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 asz9TS-IeJtd for <notmuch@notmuchmail.org>;\r
16         Tue, 25 Oct 2011 01:40:12 -0700 (PDT)\r
17 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
18         [209.85.161.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 56182431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 01:40:12 -0700 (PDT)\r
22 Received: by faai28 with SMTP id i28so300910faa.26\r
23         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 01:40:11 -0700 (PDT)\r
24 Received: by 10.223.76.135 with SMTP id c7mr9893311fak.14.1319532010996;\r
25         Tue, 25 Oct 2011 01:40:10 -0700 (PDT)\r
26 Received: from localhost (absy23.neoplus.adsl.tpnet.pl. [83.8.144.23])\r
27         by mx.google.com with ESMTPS id 5sm18430930fad.9.2011.10.25.01.40.09\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Tue, 25 Oct 2011 01:40:09 -0700 (PDT)\r
30 From: =?utf-8?q?Amadeusz_=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>\r
31 To: Tomi Ollila <tomi.ollila@iki.fi>\r
32 In-reply-to: <yf662jdwkq4.fsf@taco2.nixu.fi>\r
33 Subject: Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs\r
34         code directory.\r
35 References: <1319481298-2837-1-git-send-email-aidecoe@aidecoe.name>\r
36         <87d3dl98m0.fsf@zancas.localnet> <87vcrdh7df.fsf@thor.loria.fr>\r
37         <yf662jdwkq4.fsf@taco2.nixu.fi>\r
38 Date: Tue, 25 Oct 2011 10:40:07 +0200\r
39 Message-Id: <1319531524-sup-2645@ittemni>\r
40 User-Agent: Sup/git\r
41 Content-Transfer-Encoding: 8bit\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; protocol="application/pgp-signature";\r
44         boundary="=-1319532007-993892-4129-5799-2-="\r
45 Cc: notmuch <notmuch@notmuchmail.org>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Tue, 25 Oct 2011 08:40:13 -0000\r
59 \r
60 \r
61 --=-1319532007-993892-4129-5799-2-=\r
62 Content-Type: text/plain; charset=UTF-8\r
63 Content-Transfer-Encoding: quoted-printable\r
64 \r
65 Excerpts from Tomi Ollila's message of 2011-10-25 10:15:15 +0200:\r
66 > emacslispdir is supposed to be PREFIX/share/emacs/site-lisp\r
67 > =\r
68 \r
69 > In case emacsetcdir is not set to anything else this is to be\r
70 > the same.\r
71 > =\r
72 \r
73 > But what is the value for emacsetcdir used in Gentoo ?\r
74 \r
75 The policy in Gentoo with Emacs is to put misc files into separate\r
76 directory which defaults to /usr/share/emacs/etc.\r
77 \r
78 It's how I use these options in my ebuild:\r
79 \r
80   --emacslispdir=3D"${ROOT}/${SITELISP}/${PN}"\r
81   --emacsetcdir=3D"${ROOT}/${SITEETC}/${PN}"\r
82 \r
83 (${PN} is package name.)\r
84 \r
85 Without this option I need to alter locations of notmuch-logo.png later,\r
86 which is ugly.  New option doesn't hurt existing usage and helps Gentoo.\r
87 :-)\r
88 \r
89 \r
90 -- =\r
91 \r
92 Amadeusz =C5=BBo=C5=82nowski\r
93 \r
94 --=-1319532007-993892-4129-5799-2-=\r
95 Content-Disposition: attachment; filename="signature.asc"\r
96 Content-Type: application/pgp-signature; name="signature.asc"\r
97 \r
98 -----BEGIN PGP SIGNATURE-----\r
99 Version: GnuPG v2.0.18 (GNU/Linux)\r
100 \r
101 iQEcBAEBAgAGBQJOpnXnAAoJEPATRTHh2/q1Z/IIAIFiPB173xnvOuJ4LadtGR30\r
102 R9//mCCq//F5eudU6Y5uWgULYhECNWcB/nmR9JQdsucGGoDEfsBZNvez2onOiBqM\r
103 TdE/4+nP265ey613Tju2c/Gb9jicRiOWE8fSonW+dSgW/U+bfrMSF0KBBDvTstd3\r
104 Rv1WmOQea4R7KJ+jwjwAiBJ+lLM+ppG8NfD5kdV3b/QxmUfNDNiAGnTw/JXu9Ogq\r
105 Jm0iIEyv1fEeQPdle4O0qFz9DJ+F+6Hz4gkgPlFH4p7J1sUN5D+Vs7Vxedkn8Wxm\r
106 JbzCGONigMZus0TMTCGXN7a5+Az9aVckjdoGQD2UbJhw6HrYZM7GdlFNfaFLvw0=\r
107 =CmRy\r
108 -----END PGP SIGNATURE-----\r
109 \r
110 --=-1319532007-993892-4129-5799-2-=--\r