aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-12-14 15:57:44 -0800
committerCarl Worth <cworth@cworth.org>2010-01-06 10:32:05 -0800
commit3a9c3ec9e719f0e5adefe0ceafffeb34c7a3917e (patch)
tree3a20fbeca5c597f9aa660d314b0e4247e3e99b84 /notmuch.c
parent8c6b7d311c123bdddfc806359f1fd6b444245914 (diff)
notmuch new: Remove hack to ignore read-only directories in mail store.
This was really the last thing keeping the initial run of "notmuch new" being different from all other runs. And I'm taking a fresh look at the performance of "notmuch new" anyway, so I think we can safely drop this optimization.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/notmuch.c b/notmuch.c
index 2ac8a59..87479f8 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -145,11 +145,6 @@ command_t commands[] = {
"\t\t\tVerbose operation. Shows paths of message files as\n"
"\t\t\tthey are being indexed.\n"
"\n"
- "\t\tNote: \"notmuch new\" runs (other than the first run) will\n"
- "\t\tskip any read-only directories, so you can use that to mark\n"
- "\t\tdirectories that will not receive any new mail (and make\n"
- "\t\t\"notmuch new\" even faster).\n"
- "\n"
"\t\tInvoking notmuch with no command argument will run new if\n"
"\t\tthe setup command has previously been completed, but new has\n"
"\t\tnot previously been run." },