aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-14 15:57:44 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-01-06 10:32:05 -0800
commit3a9c3ec9e719f0e5adefe0ceafffeb34c7a3917e (patch)
tree3a20fbeca5c597f9aa660d314b0e4247e3e99b84 /notmuch-client.h
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-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 50a30fed..eca99906 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -73,8 +73,6 @@
typedef void (*add_files_callback_t) (notmuch_message_t *message);
typedef struct {
- int ignore_read_only_directories;
- int saw_read_only_directory;
int output_is_a_tty;
int verbose;