Hi David,
On Mon, Nov 14, 2016 at 11:24:15PM -0800, David Champion wrote:
> * On 13 Nov 2016, Damien Riegel wrote:
> >
> > Finally, it adds partial support for the XDG Base Directory
> > Specification. mutt will now try to locate its config at:
>
> Damien, this looks good to me in a quick read. Just for everyone's
> peace of mind, can you confirm that there's no intention to remove
> anything from the search algorithm -- that you're only augmenting it
> with the XDG stuff and not changing precedence?
Exactly, I should have written "mutt will now try to *additionnaly*
locate [...]". So it will search at these locations in that order:
~/.muttrc(-MUTT_VERSION)
~/.mutt/muttrc(-MUTT_VERSION)
~/.config/mutt/muttrc(-MUTT_VERSION)
My personal preference would have been to search in ~/.config first, but
it's more conservative this way. The order can be easily changed though.
--
Damien