On Sun, 22 Nov 2009 16:58:36 -0500, Jameson Graef Rollins <jrollins at finestructure.net> 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