* [PATCH] config: Better formatting for search section comment
@ 2012-01-18 20:56 Austin Clements
2012-01-18 22:27 ` Jameson Graef Rollins
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Austin Clements @ 2012-01-18 20:56 UTC (permalink / raw)
To: notmuch
Since "auto_exclude_tags" is long and its description is multi-line,
start the description on the next line and indent it consistently.
---
notmuch-config.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/notmuch-config.c b/notmuch-config.c
index 3d4d5b9..8dcfe86 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -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;
--
1.7.7.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] config: Better formatting for search section comment
2012-01-18 20:56 [PATCH] config: Better formatting for search section comment Austin Clements
@ 2012-01-18 22:27 ` Jameson Graef Rollins
2012-01-19 21:15 ` Pieter Praet
2012-01-20 11:04 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: Jameson Graef Rollins @ 2012-01-18 22:27 UTC (permalink / raw)
To: Austin Clements, notmuch
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
On Wed, 18 Jan 2012 15:56:45 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> Since "auto_exclude_tags" is long and its description is multi-line,
> start the description on the next line and indent it consistently.
lgtm.
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] config: Better formatting for search section comment
2012-01-18 20:56 [PATCH] config: Better formatting for search section comment Austin Clements
2012-01-18 22:27 ` Jameson Graef Rollins
@ 2012-01-19 21:15 ` Pieter Praet
2012-01-20 11:04 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: Pieter Praet @ 2012-01-19 21:15 UTC (permalink / raw)
To: Austin Clements, notmuch
On Wed, 18 Jan 2012 15:56:45 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> Since "auto_exclude_tags" is long and its description is multi-line,
> start the description on the next line and indent it consistently.
> ---
> notmuch-config.c | 7 ++++---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/notmuch-config.c b/notmuch-config.c
> index 3d4d5b9..8dcfe86 100644
> --- a/notmuch-config.c
> +++ b/notmuch-config.c
> @@ -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;
> --
> 1.7.7.3
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
+1
Peace
--
Pieter
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] config: Better formatting for search section comment
2012-01-18 20:56 [PATCH] config: Better formatting for search section comment Austin Clements
2012-01-18 22:27 ` Jameson Graef Rollins
2012-01-19 21:15 ` Pieter Praet
@ 2012-01-20 11:04 ` David Bremner
2 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2012-01-20 11:04 UTC (permalink / raw)
To: Austin Clements, notmuch
On Wed, 18 Jan 2012 15:56:45 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> Since "auto_exclude_tags" is long and its description is multi-line,
> start the description on the next line and indent it consistently.
> ---
pushed
d
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-20 11:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 20:56 [PATCH] config: Better formatting for search section comment Austin Clements
2012-01-18 22:27 ` Jameson Graef Rollins
2012-01-19 21:15 ` Pieter Praet
2012-01-20 11:04 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).