X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=91a24a76567c87dd69864733b125601fd1b1b082;hp=b7f0784f1d99b6bc967dc9958dca622443a1012f;hb=2c4384a5763bdab308b8c417afa8d5f8e393b9a5;hpb=a6a8df7e0379bfb6e69b9541d7813ac71f624f2e diff --git a/notmuch-config.c b/notmuch-config.c index b7f0784f..91a24a76 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -305,15 +305,15 @@ out: * returned and *is_new_ret will be set to 1 on return so that * the caller can recognize this case. * - * These default configuration settings are determined as - * follows: + * These default configuration settings are determined as + * follows: * * database_path: $MAILDIR, otherwise $HOME/mail * * user_name: $NAME variable if set, otherwise * read from /etc/passwd * - * user_primary_mail: $EMAIL variable if set, otherwise + * user_primary_mail: $EMAIL variable if set, otherwise * constructed from the username and * hostname of the current machine. *