]> git.notmuchmail.org Git - notmuch/commitdiff
cli: update 'new.ignore' config file comment wrt file/directory matching
authorPieter Praet <pieter@praet.org>
Sun, 19 Feb 2012 20:47:51 +0000 (21:47 +0100)
committerDavid Bremner <bremner@debian.org>
Tue, 28 Feb 2012 02:30:04 +0000 (22:30 -0400)
notmuch-config.c

index 1f0112887d0eeebbc6f61c9ac9857f758a8e197b..e9b275096acb999103db4b5a68a74f27f0a5dcf1 100644 (file)
@@ -47,7 +47,10 @@ static const char new_config_comment[] =
     "\t        added to all messages incorporated by \"notmuch new\".\n"
     "\n"
     "\tignore  A list (separated by ';') of file and directory names\n"
-    "\t        that will not be searched for messages by \"notmuch new\".\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";
 
 static const char user_config_comment[] =
     " User configuration\n"