[PATCH 04/21] vim: refactor database handling
[notmuch-archives.git] / ea / dfe37c791d6fc48bba81d3c1fb30de4cb26931
1 Return-Path: <jrollins@finestructure.net>\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 A0E7F431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Mar 2012 08:09:24 -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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 NXgcAkhzifFT for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Mar 2012 08:09:22 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 8B495431FAE\r
20         for <notmuch@notmuchmail.org>; Mon, 26 Mar 2012 08:09:22 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 020BD66E0145;\r
23         Mon, 26 Mar 2012 08:09:22 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (pool-108-27-62-184.nycmny.fios.verizon.net\r
26         [108.27.62.184]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id E033266E0134;\r
28         Mon, 26 Mar 2012 08:09:17 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 82F77573; Mon, 26 Mar 2012 08:09:15 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Tomi Ollila <tomi.ollila@iki.fi>, zack@debian.org\r
33 Subject: Re: [Stefano Zacchiroli] Bug#628018: [PATCH] notmuch-mutt utility for\r
34         notmuch/contrib/\r
35 In-Reply-To: <m2aa33o81v.fsf@guru.guru-group.fi>\r
36 References: <87ehsfr6lb.fsf@zancas.localnet>User-Agent:\r
37  Notmuch/0.12+71~gdacf76b       (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-unknown-linux-gnu) <m2aa33o81v.fsf@guru.guru-group.fi>\r
39 User-Agent: Notmuch/0.11.1+335~gf868783 (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Mon, 26 Mar 2012 08:09:13 -0700\r
42 Message-ID: <87d37zl7qe.fsf@servo.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 Cc: notmuch@notmuchmail.org\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 26 Mar 2012 15:09:24 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Mon, 26 Mar 2012 15:34:04 +0300, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
65 > I think storing stuff to  .../.cache/... is Great !!!\r
66 >=20\r
67 > However, if we're "allowing" public software to use .../.cache/notmuch\r
68 > directory we should have policy to do so. I suggest we add a description\r
69 > file to notmuch source distribution which describes the public software\r
70 > that are allowed to contain files in notmuch XDG directories. The file\r
71 > could have format which describes the file/directory name, the software\r
72 > using it and some description why this file is there.\r
73 >=20\r
74 > Another thing is this .cache hardcoding. Should this be resolved\r
75 > first by using $XDG_CACHE_HOME, (then *MAYBE* $XDG_CONFIG_HOME/.cache)\r
76 > and finally $HOME/.cache\r
77 \r
78 These are good points.  I agree that since ~/.cache is an XDG standard\r
79 we should resolve the appropriate environment variables.\r
80 \r
81 If notmuch-mutt is accepted into notmuch upstream then it really becomes\r
82 a part of notmuch and isn't really "public" anymore (at least in the\r
83 sense that you're using).  So I don't really see any problem with having\r
84 it use ~/.cache/notmuch.\r
85 \r
86 jamie.\r
87 \r
88 --=-=-=\r
89 Content-Type: application/pgp-signature\r
90 \r
91 -----BEGIN PGP SIGNATURE-----\r
92 Version: GnuPG v1.4.11 (GNU/Linux)\r
93 \r
94 iQIcBAEBCAAGBQJPcIaZAAoJEO00zqvie6q8Z0EP+gKuGPRkiDz0jW9Kv8XCDm6E\r
95 Wg/NVtCPiQAQS4+Jt2XPgrKPJ5Oh0926/WdXj/QFYcnTTGYOME2AK2BUDu3OALtB\r
96 Xs8kldlzYa6Ny8VBtXNx9Q9be/BXwF3kW/NPIsXiSsqmtxTByyX5wxx27/riFa0q\r
97 kRXxN49aG7Tt6Mwo+Na9MIbAGuNTTB9+uUX2XMKHhmrXIiVIrO9FxaHNGdf/WgYe\r
98 /1u6RqVOvk47C7Q1nKf4LHeBNAwW2mVY1AtquXvHNVEAbySz8/esC95j8LR6uO4q\r
99 aVrLEm4qmfRY963/Viovma3wGzYMAQwkeeStQc/QMNPAH3WWACXq0AN6IOVh87Ik\r
100 xGmRsVA6i4uhhJOwsMhCUk23D0Cd0ZUifuHhR5Z/ZonNqQLOEpXVH2vhoo6qvgft\r
101 Nd+/JyPkJMAkhWjQ3FCUVRtybrXnYwMTrwdEvCb7odaChGHbJqQJHts/iQWSCwr9\r
102 xI8ZTsuhfRQVaaNP9XyPrDNSzKIQ8a2/5F1xSoabyBkAEM6xiJX36kLvvc2JK4Bi\r
103 9fwK49lICC9P4MDCiynftJUxLax57yLNS6ZDi2mW7WrW9ChyrFo2KzYHD2v3dlwh\r
104 +P8vTICyiGPJGntPTCVUgDncCRZ3+/gpeUQZ0a2i5/wPQKBnn5cSZ1cv9gf6AWHe\r
105 oR2G4vEH9P9OGo8hvtDE\r
106 =DwVS\r
107 -----END PGP SIGNATURE-----\r
108 --=-=-=--\r