From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id D72D36DE0B78 for ; Sat, 8 Sep 2018 16:49:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.002 X-Spam-Level: X-Spam-Status: No, score=0.002 tagged_above=-999 required=5 tests=[AWL=0.013, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 MQnW2Oe6Qhqx for ; Sat, 8 Sep 2018 16:49:24 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 5996A6DE0B6D for ; Sat, 8 Sep 2018 16:49:24 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1fymya-0007Cl-JI; Sat, 08 Sep 2018 19:49:16 -0400 Received: (nullmailer pid 9872 invoked by uid 1000); Sat, 08 Sep 2018 23:49:15 -0000 From: David Bremner To: Tomi Ollila , David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v2 1/2] notmuch: Database paths without a leading / are relative to $HOME In-Reply-To: References: <20180908114941.30501-1-dme@dme.org> Date: Sat, 08 Sep 2018 20:49:15 -0300 Message-ID: <87efe3r1ms.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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, 08 Sep 2018 23:49:25 -0000 Tomi Ollila writes: > On Sat, Sep 08 2018, David Edmondson wrote: > >> If the database path specified in the configuration file does *not* >> start with a /, presume that it is relative to $HOME and modify the >> path used to open the database accordingly. > > Series LGTM. Looked previous discussion, thought about using /etc/passwd > but $HOME is more flexible. Did not test, though... > Series pushed to master. d