From 6c38d767d979a1f7a92ba29dc9367f9812f93dd4 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 7 Nov 2015 19:18:26 +0200 Subject: [PATCH] Re: multiple directories for path? --- ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c diff --git a/ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c b/ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c new file mode 100644 index 000000000..a97eb366f --- /dev/null +++ b/ea/e8e0907a5cee8e9b4a2ef1b8af8ca4c02dd74c @@ -0,0 +1,66 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 09A8A6DE0924 + for ; Sat, 7 Nov 2015 09:18:31 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.729 +X-Spam-Level: +X-Spam-Status: No, score=0.729 tagged_above=-999 required=5 tests=[AWL=0.077, + SPF_NEUTRAL=0.652] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id EENBe4hBcEcx for ; + Sat, 7 Nov 2015 09:18:28 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 702296DE13A3 + for ; Sat, 7 Nov 2015 09:18:28 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 5E1B410005A; + Sat, 7 Nov 2015 19:18:27 +0200 (EET) +From: Tomi Ollila +To: Julien Cubizolles , notmuch@notmuchmail.org +Subject: Re: multiple directories for path? +In-Reply-To: <874mgxg4e2.fsf@free.fr> +References: <874mgxg4e2.fsf@free.fr> +User-Agent: Notmuch/0.21+14~g053baf4 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 07 Nov 2015 17:18:31 -0000 + +On Sat, Nov 07 2015, Julien Cubizolles wrote: + +> I've my mail in two different directories: a Maildir sync by offlineimap +> and nnml mail spools. How can I have notmuch index both=C2=A0? The path e= +ntry +> in .notmuch-config doesn't seem to allow multiple values. + +You can make symbolic link pointing from database.path to the another: i.e. + +ln -s /path/to/other /path/to/database.path/linkname + +> +> Julien. + +Tomi -- 2.26.2