Re: multiple directories for path?
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 7 Nov 2015 17:18:26 +0000 (19:18 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:02 +0000 (14:50 -0700)
ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c [new file with mode: 0644]

diff --git a/ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c b/ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c
new file mode 100644 (file)
index 0000000..a97eb36
--- /dev/null
@@ -0,0 +1,66 @@
+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 09A8A6DE0924\r
+ for <notmuch@notmuchmail.org>; Sat,  7 Nov 2015 09:18:31 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.729\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.729 tagged_above=-999 required=5 tests=[AWL=0.077, \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 EENBe4hBcEcx for <notmuch@notmuchmail.org>;\r
+ Sat,  7 Nov 2015 09:18:28 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 702296DE13A3\r
+ for <notmuch@notmuchmail.org>; Sat,  7 Nov 2015 09:18:28 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 5E1B410005A;\r
+ Sat,  7 Nov 2015 19:18:27 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Julien Cubizolles <j.cubizolles@free.fr>, notmuch@notmuchmail.org\r
+Subject: Re: multiple directories for path?\r
+In-Reply-To: <874mgxg4e2.fsf@free.fr>\r
+References: <874mgxg4e2.fsf@free.fr>\r
+User-Agent: Notmuch/0.21+14~g053baf4 (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: Sat, 07 Nov 2015 19:18:26 +0200\r
+Message-ID: <m2oaf5g23h.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\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: Sat, 07 Nov 2015 17:18:31 -0000\r
+\r
+On Sat, Nov 07 2015, Julien Cubizolles <j.cubizolles@free.fr> wrote:\r
+\r
+> I've my mail in two different directories: a Maildir sync by offlineimap\r
+> and nnml mail spools. How can I have notmuch index both=C2=A0? The path e=\r
+ntry\r
+> in .notmuch-config doesn't seem to allow multiple values.\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
+>\r
+> Julien.\r
+\r
+Tomi\r