From 3a9c3ec9e719f0e5adefe0ceafffeb34c7a3917e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 14 Dec 2009 15:57:44 -0800 Subject: 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. --- notmuch-client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'notmuch-client.h') 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; -- cgit v1.2.3