mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
cli: partial whitespace cleanup in notmuch-config.c
This avoids spurious tab to space conversion by uncrustify
This commit is contained in:
parent
a6a8df7e03
commit
2c4384a576
1 changed files with 3 additions and 3 deletions
|
@ -305,15 +305,15 @@ out:
|
||||||
* returned and *is_new_ret will be set to 1 on return so that
|
* returned and *is_new_ret will be set to 1 on return so that
|
||||||
* the caller can recognize this case.
|
* the caller can recognize this case.
|
||||||
*
|
*
|
||||||
* These default configuration settings are determined as
|
* These default configuration settings are determined as
|
||||||
* follows:
|
* follows:
|
||||||
*
|
*
|
||||||
* database_path: $MAILDIR, otherwise $HOME/mail
|
* database_path: $MAILDIR, otherwise $HOME/mail
|
||||||
*
|
*
|
||||||
* user_name: $NAME variable if set, otherwise
|
* user_name: $NAME variable if set, otherwise
|
||||||
* read from /etc/passwd
|
* 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
|
* constructed from the username and
|
||||||
* hostname of the current machine.
|
* hostname of the current machine.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue