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 34E386DE0F90 for ; Wed, 11 Dec 2019 06:00:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.064 X-Spam-Level: X-Spam-Status: No, score=-0.064 tagged_above=-999 required=5 tests=[AWL=-0.063, 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 rD7jPlv9bVwf for ; Wed, 11 Dec 2019 06:00:25 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 4C10F6DE0F8A for ; Wed, 11 Dec 2019 06:00:24 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1if2XA-0005MK-GF; Wed, 11 Dec 2019 09:00:08 -0500 Received: (nullmailer pid 28938 invoked by uid 1000); Wed, 11 Dec 2019 14:00:07 -0000 From: David Bremner To: David Edmondson , Jameson Graef Rollins , "Jorge P. de Morais Neto" , Daniel Kahn Gillmor , Tomi Ollila , notmuch@notmuchmail.org Subject: Re: moving the config into the database [was: Re: [PATCH] Display extra headers for emacs-mua - db config option] In-Reply-To: References: <20191116162723.18343-1-johan.parin@gmail.com> <875zjd8lev.fsf@tethera.net> <875zjdj9jz.fsf@fifthhorseman.net> <87o8x4iqar.fsf@fifthhorseman.net> <87a782bw83.fsf@disroot.org> <87blsiwxk8.fsf@caltech.edu> <877e36bryd.fsf@disroot.org> <87lfrktb1v.fsf@caltech.edu> Date: Wed, 11 Dec 2019 10:00:07 -0400 Message-ID: <87immn55eg.fsf@tethera.net> 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.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: Wed, 11 Dec 2019 14:00:30 -0000 David Edmondson writes: > It seems that only =E2=80=9Cnotmuch new=E2=80=9D is currently prepared to= create a new > database, but it will also import all of my email before I have a chance > to set the above parameters. > > It seems that the obvious answer is =E2=80=9Cnotmuch config=E2=80=9D will= create a > database if necessary. Is that the plan? Wouldn't it make sense to have "notmuch setup" do this? d