Re: [PATCH 6/6] WIP: support XDG database directory
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 14 Mar 2016 18:06:49 +0000 (20:06 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:18 +0000 (16:21 -0700)
92/3af5c8cf1db1c8957258b56aee49451de6fb19 [new file with mode: 0644]

diff --git a/92/3af5c8cf1db1c8957258b56aee49451de6fb19 b/92/3af5c8cf1db1c8957258b56aee49451de6fb19
new file mode 100644 (file)
index 0000000..369e4c6
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 223246DE1848\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 11:06:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.632\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.632 tagged_above=-999 required=5 tests=[AWL=-0.020,\r
+  SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id tbcSMwAwdzsB for <notmuch@notmuchmail.org>;\r
+ Mon, 14 Mar 2016 11:06:50 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C1F7F6DE1846\r
+ for <notmuch@notmuchmail.org>; Mon, 14 Mar 2016 11:06:49 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 6EA25100063;\r
+ Mon, 14 Mar 2016 20:06:49 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 6/6] WIP: support XDG database directory\r
+In-Reply-To: <1457785890-17058-7-git-send-email-david@tethera.net>\r
+References: <1453561198-2893-1-git-send-email-david@tethera.net>\r
+ <1457785890-17058-1-git-send-email-david@tethera.net>\r
+ <1457785890-17058-7-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.21+81~g4743a61 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 14 Mar 2016 20:06:49 +0200\r
+Message-ID: <m2k2l56iiu.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 14 Mar 2016 18:06:52 -0000\r
+\r
+\r
+This is good opening for (eventually "fixing" e.g. library interface...);\r
+in its current state I can come up 2 (easily solvable) problems\r
+\r
+1) the xapian database holding email indexes can grow to be quite large;\r
+user may have large space for emails (somewhere else than HOME) but small\r
+HOME. This can be "fixed" by keeping the database still in the same hierarchy\r
+as email files. Making user to point XDG_DATA_HOME elsewhere is (I) global\r
+and (II) fragile for an user to do.\r
+\r
+2) User may have multiple separate email configurations under one user\r
+account; This is easy to fix with environment variable; if exists,\r
+overrides XDG_DATA_HOME or $HOME/.local/share -- actually if this holds\r
+"only" configurations, the XDG_CONFIG_HOME is more appropriate\r
+(again, in simple case users should not be bothered to set any environment\r
+variables themselves, but should be able to survive with large databases).\r
+\r
+(standard disclaimer apply :)\r
+\r
+Tomi\r
+\r
+\r
+PS: I have not (yet) looked the other patches; been too\r
+busy writing code to my personal htpc environment...\r