[PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching

2012-02-27 Thread David Bremner
On Sun, 19 Feb 2012 21:47:51 +0100, Pieter Praet  wrote:
> ---
>  notmuch-config.c |5 -
>  1 files changed, 4 insertions(+), 1 deletions(-)

pushed.


Re: [PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching

2012-02-27 Thread David Bremner
On Sun, 19 Feb 2012 21:47:51 +0100, Pieter Praet pie...@praet.org wrote:
 ---
  notmuch-config.c |5 -
  1 files changed, 4 insertions(+), 1 deletions(-)

pushed.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching

2012-02-19 Thread Pieter Praet
---
 notmuch-config.c |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/notmuch-config.c b/notmuch-config.c
index 1f01128..e9b2750 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -47,7 +47,10 @@ static const char new_config_comment[] =
 "\tadded to all messages incorporated by \"notmuch new\".\n"
 "\n"
 "\tignore  A list (separated by ';') of file and directory names\n"
-"\tthat will not be searched for messages by \"notmuch new\".\n";
+"\tthat will not be searched for messages by \"notmuch new\".\n"
+"\n"
+"\tNOTE: *Every* file/directory that goes by one of those names 
will\n"
+"\tbe ignored, independent of its depth/location in the mail 
store.\n";

 static const char user_config_comment[] =
 " User configuration\n"
-- 
1.7.8.1



[PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching

2012-02-19 Thread Pieter Praet
---
 notmuch-config.c |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/notmuch-config.c b/notmuch-config.c
index 1f01128..e9b2750 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -47,7 +47,10 @@ static const char new_config_comment[] =
 \tadded to all messages incorporated by \notmuch new\.\n
 \n
 \tignore  A list (separated by ';') of file and directory names\n
-\tthat will not be searched for messages by \notmuch new\.\n;
+\tthat will not be searched for messages by \notmuch new\.\n
+\n
+\tNOTE: *Every* file/directory that goes by one of those names 
will\n
+\tbe ignored, independent of its depth/location in the mail 
store.\n;
 
 static const char user_config_comment[] =
  User configuration\n
-- 
1.7.8.1

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch