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 1C8166DE1502 for ; Fri, 6 Nov 2015 07:24:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.735 X-Spam-Level: X-Spam-Status: No, score=0.735 tagged_above=-999 required=5 tests=[AWL=0.083, 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 M7GVruWh7-3C for ; Fri, 6 Nov 2015 07:24:10 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 4A28F6DE13A3 for ; Fri, 6 Nov 2015 07:24:10 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 81B8510005A; Fri, 6 Nov 2015 17:24:10 +0200 (EET) From: Tomi Ollila To: Davide Mancusi , notmuch@notmuchmail.org Subject: Re: weird paths in notmuch database In-Reply-To: References: <87a8qrmfzb.fsf@maritornes.cs.unb.ca> 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 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: Fri, 06 Nov 2015 15:24:12 -0000 On Fri, Nov 06 2015, Davide Mancusi wrote: > 2015-11-06 16:14 GMT+01:00 Tomi Ollila : >> How is the symlink exactly shown in ls -l /path/to/symlink output ? > > $ ls -l /home/username/local > lrwxrwxrwx 1 username group 21 Jan 23 2015 /home/username/local -> > /export/home/username And notmuch config get database.path prints /export/home/username/mail I presume ? If that is the case then this symlink should have no effect. Is there any symlinks inside /export/home/username/mail ( find /export/home/username/mail -type l ) (provided that was the database.path -- and sure there are no bind mounts ;D?) Tomi