unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
@ 2013-01-05 12:49 Tomi Ollila
  2013-01-05 17:47 ` Austin Clements
  2013-01-07  2:53 ` David Bremner
  0 siblings, 2 replies; 4+ messages in thread
From: Tomi Ollila @ 2013-01-05 12:49 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

While one comment in generated .notmuch-config file looked good in the
source file notmuch-config.c, the generated output was inconsistently
wide -- even breaking the 80-column boundary.
---
 notmuch-config.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/notmuch-config.c b/notmuch-config.c
index 3e37a2d..9318a89 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -49,8 +49,9 @@ static const char new_config_comment[] =
     "\tignore	A list (separated by ';') of file and directory names\n"
     "\t	that will not be searched for messages by \"notmuch new\".\n"
     "\n"
-    "\t	NOTE: *Every* file/directory that goes by one of those names will\n"
-    "\t	be ignored, independent of its depth/location in the mail store.\n";
+    "\t	NOTE: *Every* file/directory that goes by one of those\n"
+    "\t	names will be ignored, independent of its depth/location\n";
+    "\t	in the mail store.\n";
 
 static const char user_config_comment[] =
     " User configuration\n"
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
  2013-01-05 12:49 [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file Tomi Ollila
@ 2013-01-05 17:47 ` Austin Clements
  2013-01-07  2:53 ` David Bremner
  1 sibling, 0 replies; 4+ messages in thread
From: Austin Clements @ 2013-01-05 17:47 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: tomi.ollila

LGTM.

On Sat, 05 Jan 2013, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> While one comment in generated .notmuch-config file looked good in the
> source file notmuch-config.c, the generated output was inconsistently
> wide -- even breaking the 80-column boundary.
> ---
>  notmuch-config.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/notmuch-config.c b/notmuch-config.c
> index 3e37a2d..9318a89 100644
> --- a/notmuch-config.c
> +++ b/notmuch-config.c
> @@ -49,8 +49,9 @@ static const char new_config_comment[] =
>      "\tignore	A list (separated by ';') of file and directory names\n"
>      "\t	that will not be searched for messages by \"notmuch new\".\n"
>      "\n"
> -    "\t	NOTE: *Every* file/directory that goes by one of those names will\n"
> -    "\t	be ignored, independent of its depth/location in the mail store.\n";
> +    "\t	NOTE: *Every* file/directory that goes by one of those\n"
> +    "\t	names will be ignored, independent of its depth/location\n";
> +    "\t	in the mail store.\n";
>  
>  static const char user_config_comment[] =
>      " User configuration\n"
> -- 
> 1.8.0
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
  2013-01-05 12:49 [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file Tomi Ollila
  2013-01-05 17:47 ` Austin Clements
@ 2013-01-07  2:53 ` David Bremner
  2013-01-07  9:36   ` Tomi Ollila
  1 sibling, 1 reply; 4+ messages in thread
From: David Bremner @ 2013-01-07  2:53 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: tomi.ollila

Tomi Ollila <tomi.ollila@iki.fi> writes:

> While one comment in generated .notmuch-config file looked good in the
> source file notmuch-config.c, the generated output was inconsistently
> wide -- even breaking the 80-column boundary.

pushed, after deleting one character.

d

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
  2013-01-07  2:53 ` David Bremner
@ 2013-01-07  9:36   ` Tomi Ollila
  0 siblings, 0 replies; 4+ messages in thread
From: Tomi Ollila @ 2013-01-07  9:36 UTC (permalink / raw)
  To: David Bremner, notmuch

On Mon, Jan 07 2013, David Bremner <david@tethera.net> wrote:

> Tomi Ollila <tomi.ollila@iki.fi> writes:
>
>> While one comment in generated .notmuch-config file looked good in the
>> source file notmuch-config.c, the generated output was inconsistently
>> wide -- even breaking the 80-column boundary.
>
> pushed, after deleting one character.

Thank you... brown paper bags anyone ?

> d

Tomi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-07 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-05 12:49 [PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file Tomi Ollila
2013-01-05 17:47 ` Austin Clements
2013-01-07  2:53 ` David Bremner
2013-01-07  9:36   ` Tomi Ollila

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).