]> git.cworth.org Git - obsolete/notmuch-old/commit
notmuch: Abort if specified configuration file is not found.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 22:54:03 +0000 (15:54 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 22:54:03 +0000 (15:54 -0700)
commitf41a35e2923b0b3ef2f66e91cd30e20b4c1a336a
tree5837125c3d261c04ed367fbb53b6a265f9cca821
parentf43990ce134d838cdb2cdd5d0752a602e81cfdd9
notmuch: Abort if specified configuration file is not found.

When there is no configuration file at all, (and none specified),
notmuch works correctly by assuming correct default values. But when
the user specifies a configuration file (with the NOTMUCH_CONFIG
environment variable) and that file doesn't exist, then notmuch should
aboirt and let the user know about the problem.
notmuch-config.c