Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1D9FF431FC0; Wed, 25 Nov 2009 19:27:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NSEX3fCofu-Y; Wed, 25 Nov 2009 19:27:47 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 60E54431FAE; Wed, 25 Nov 2009 19:27:47 -0800 (PST) From: Carl Worth To: Jameson Graef Rollins , notmuch@notmuchmail.org In-Reply-To: <1258927116-528-3-git-send-email-jrollins@finestructure.net> References: <1258927116-528-1-git-send-email-jrollins@finestructure.net> <1258927116-528-2-git-send-email-jrollins@finestructure.net> <1258927116-528-3-git-send-email-jrollins@finestructure.net> Date: Wed, 25 Nov 2009 19:27:33 -0800 Message-ID: <87fx82rmmy.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 3/3] change config file location to be ~/.notmuch/config X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Thu, 26 Nov 2009 03:27:48 -0000 On Sun, 22 Nov 2009 16:58:36 -0500, Jameson Graef Rollins wrote: > This change creates a ~/.notmuch config directory where the config > file is stored when created with the "setup" command. The use of a > ~/.notmuch config directory creates one place where all notmuch config > files and data can be stored, which will greatly simplify managing > notmuch, and reduce cluter of user dot files. As discussed downthread, we should really make this fallback to load ~/.notmuch-config in case ~/.notmuch/config doesn't exist. But as soon as we have that backwards compatibility in place, then there's no rush for this change at all. We can wait until we actually have a second file to store in here before we move from a single .notmuch-config file to a ~/.notmuch/config file within a directory. -Carl