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 AB1D46DE1373 for ; Thu, 12 Dec 2019 14:44:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.396 X-Spam-Level: X-Spam-Status: No, score=0.396 tagged_above=-999 required=5 tests=[AWL=-0.256, SPF_NEUTRAL=0.652] 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 JJT557eR-nH8 for ; Thu, 12 Dec 2019 14:44:17 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 8AA406DE10F3 for ; Thu, 12 Dec 2019 14:44:17 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 54953100084 for ; Fri, 13 Dec 2019 00:44:15 +0200 (EET) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: Re: compacting the notmuch database through systemd In-Reply-To: <87tv6aeox7.fsf@tethera.net> 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> <87tv6aeox7.fsf@tethera.net> User-Agent: Notmuch/0.28.3+84~g41389bb (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ 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: Thu, 12 Dec 2019 22:44:18 -0000 On Sun, Dec 08 2019, David Bremner wrote: > 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. This has been tried quite a few times (also) in notmuch mailing list so far; search 'config and notmuch and xdg' in my active mailstorage shows: first mentioned 2011-06-24 first RFC suggestion: 2011-12-21 so far last WIP patch (from bremner): 2017-12-30 "simplest" would be just get rid of the config file and use only database... Tomi