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 4B7786DE0ABE for ; Sun, 8 Dec 2019 08:57:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.063 X-Spam-Level: X-Spam-Status: No, score=-0.063 tagged_above=-999 required=5 tests=[AWL=-0.062, 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 ZHogFqTj_PB2 for ; Sun, 8 Dec 2019 08:57:00 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 430476DE0AB2 for ; Sun, 8 Dec 2019 08:57:00 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1idzrZ-0000Qs-OF; Sun, 08 Dec 2019 11:56:53 -0500 Received: (nullmailer pid 2578845 invoked by uid 1000); Sun, 08 Dec 2019 16:56:52 -0000 From: David Bremner To: "Jorge P. de Morais Neto" , Daniel Kahn Gillmor , Georg Faerber , notmuch@notmuchmail.org Subject: Re: compacting the notmuch database through systemd In-Reply-To: <87d0cyc27p.fsf@disroot.org> References: <87v9qz93b0.fsf@curie.anarc.at> <871rtk6k00.fsf@fifthhorseman.net> <8736dz98en.fsf@curie.anarc.at> <8736dz3t93.fsf@disroot.org> <20191205113809.GR19894@debian> <874kyd1btp.fsf@fifthhorseman.net> <87d0cyc27p.fsf@disroot.org> Date: Sun, 08 Dec 2019 12:56:52 -0400 Message-ID: <87tv6aeox7.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 08 Dec 2019 16:57:01 -0000 Jorge P. de Morais Neto writes: > Em [2019-12-06 sex 14:41:22-0500], Daniel Kahn Gillmor escreveu: > >> As for the variations, i'm kind of of a mind that people who deviate >> from the defaults should need to maintain their own deviance explicitly, >> rather than trying to accomodate a non-default path in shipped config >> files. For example, "systemctl --user edit notmuch-compact.timer" helps >> you drop in the appropriate override/modification. > > But ~/.config is the XDG standard, so maybe it deserves special > consideration. > It would make more sense to have notmuch actually support XDG_CONFIG_DIR. Alas, config changes seems to be hard / not rewarding.