mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
config: Better formatting for search section comment
Since "auto_exclude_tags" is long and its description is multi-line, start the description on the next line and indent it consistently.
This commit is contained in:
parent
ad6d0d5e12
commit
a56e6603c6
1 changed files with 4 additions and 3 deletions
|
@ -89,9 +89,10 @@ static const char search_config_comment[] =
|
|||
"\n"
|
||||
" The following option is supported here:\n"
|
||||
"\n"
|
||||
"\tauto_exclude_tags A ;-separated list of tags that will be\n"
|
||||
"\t excluded from search results by default. Using an excluded tag\n"
|
||||
"\t in a query will override that exclusion.\n";
|
||||
"\tauto_exclude_tags\n"
|
||||
"\t\tA ;-separated list of tags that will be excluded from\n"
|
||||
"\t\tsearch results by default. Using an excluded tag in a\n"
|
||||
"\t\tquery will override that exclusion.\n";
|
||||
|
||||
struct _notmuch_config {
|
||||
char *filename;
|
||||
|
|
Loading…
Reference in a new issue