Re: multiple directories for path?
authorJulien Cubizolles <j.cubizolles@free.fr>
Mon, 9 Nov 2015 05:35:27 +0000 (06:35 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:02 +0000 (14:50 -0700)
04/d9a6f6b510c9d0cc62f87243de478b7503a80d [new file with mode: 0644]

diff --git a/04/d9a6f6b510c9d0cc62f87243de478b7503a80d b/04/d9a6f6b510c9d0cc62f87243de478b7503a80d
new file mode 100644 (file)
index 0000000..03f0512
--- /dev/null
@@ -0,0 +1,59 @@
+Return-Path: <j.cubizolles@free.fr>\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 642226DE119C\r
+ for <notmuch@notmuchmail.org>; Sun,  8 Nov 2015 21:35:38 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.719\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.719 tagged_above=-999 required=5\r
+ tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7,\r
+ RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 b2-QNnKSmHTI for <notmuch@notmuchmail.org>;\r
+ Sun,  8 Nov 2015 21:35:34 -0800 (PST)\r
+Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 5DE606DE1104\r
+ for <notmuch@notmuchmail.org>; Sun,  8 Nov 2015 21:35:34 -0800 (PST)\r
+Received: from touco (unknown [37.161.31.129])\r
+ by smtp4-g21.free.fr (Postfix) with ESMTPS id 17E544C801A;\r
+ Mon,  9 Nov 2015 06:35:30 +0100 (CET)\r
+From: Julien Cubizolles <j.cubizolles@free.fr>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: multiple directories for path?\r
+References: <874mgxg4e2.fsf@free.fr> <m2oaf5g23h.fsf@guru.guru-group.fi>\r
+Date: Mon, 09 Nov 2015 06:35:27 +0100\r
+In-Reply-To: <m2oaf5g23h.fsf@guru.guru-group.fi> (Tomi Ollila's message of\r
+ "Sat, 07 Nov 2015 19:18:26 +0200")\r
+Message-ID: <87mvund9b4.fsf@free.fr>\r
+User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Mailman-Approved-At: Tue, 10 Nov 2015 08:25:13 -0800\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, 09 Nov 2015 05:35:38 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> You can make symbolic link pointing from database.path to the another: i.e.\r
+>\r
+> ln -s /path/to/other /path/to/database.path/linkname\r
+\r
+Thanks, I should have thought of it.\r
+\r
+Julien.\r