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 66F956DE024E for ; Mon, 8 Oct 2018 08:15:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.007 X-Spam-Level: X-Spam-Status: No, score=0.007 tagged_above=-999 required=5 tests=[AWL=0.008, SPF_PASS=-0.001] 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 1eLvaLQixCPE for ; Mon, 8 Oct 2018 08:15:39 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 084766DE0122 for ; Mon, 8 Oct 2018 08:15:38 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1g9XFx-0008LV-AX; Mon, 08 Oct 2018 11:15:37 -0400 Received: (nullmailer pid 28366 invoked by uid 1000); Mon, 08 Oct 2018 15:15:35 -0000 From: David Bremner To: David Bremner , notmuch@notmuchmail.org Subject: [PATCH 3/4] NEWS: note database path change Date: Mon, 8 Oct 2018 12:15:31 -0300 Message-Id: <20181008151532.28299-4-david@tethera.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181008151532.28299-1-david@tethera.net> References: <20181006020822.20443-1-david@tethera.net> <20181008151532.28299-1-david@tethera.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 08 Oct 2018 15:15:40 -0000 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 9c25a6ca..ea86c7a7 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,15 @@ Improve threading Handle mislabeled Windows-1252 parts. +Command Line Interface +---------------------- + +Support relative database paths + + Database paths (i.e. parameters to `notmuch config set + database.path`) without a leading `/` are now interpreted relative + to $HOME of the invoking user. + Emacs ----- -- 2.19.1