From: Austin Clements Date: Wed, 3 Sep 2014 15:28:34 +0000 (-0400) Subject: cli: Be more helpful when .notmuch-config does not exist X-Git-Tag: 0.19_rc1~90 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3d39d346d793b9bea0c23ae2c16600feab11ee19;hp=3d39d346d793b9bea0c23ae2c16600feab11ee19 cli: Be more helpful when .notmuch-config does not exist Previously, if the user ran any subcommand that required a configuration (e.g., notmuch new) but didn't have a configuration, notmuch would give the rather un-friendly and un-actionable message Error reading configuration file .notmuch-config: No such file or directory Since this condition is expected for new users, this patch adds specific handling for the file-not-found case to give a message that is friendly and actionable. ---