aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorGravatar Pieter Praet <pieter@praet.org>2012-02-19 21:47:51 +0100
committerGravatar David Bremner <bremner@debian.org>2012-02-27 22:30:04 -0400
commitf531f95adcd3cc640500d8bca28b08ade5f24f62 (patch)
tree146ca223378a68d4664bb80fd29b05d03a84e5ff /notmuch-config.c
parent3f88b961671122e35162911b3a3276c7163d7547 (diff)
cli: update 'new.ignore' config file comment wrt file/directory matching
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/notmuch-config.c b/notmuch-config.c
index 1f011288..e9b27509 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -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"