[PATCH] cli: Be more helpful when .notmuch-config does not exist

2014-09-07 Thread David Bremner
Austin Clements writes: > > 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. pushed d

Re: [PATCH] cli: Be more helpful when .notmuch-config does not exist

2014-09-07 Thread David Bremner
Austin Clements writes: > > 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. pushed d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] cli: Be more helpful when .notmuch-config does not exist

2014-09-03 Thread Carl Worth
Austin Clements writes: > 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. ... > + fprintf (stderr, "Configuration file %s not found.\n" > + "Try run

[PATCH] cli: Be more helpful when .notmuch-config does not exist

2014-09-03 Thread Austin Clements
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 e

[PATCH] cli: Be more helpful when .notmuch-config does not exist

2014-09-03 Thread Austin Clements
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 e