From b957a1b029d27c6b2ecd352dbacde3d9d164666f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 11 Mar 2010 15:04:17 -0800 Subject: emacs: Fix the notmuch-search-authors-width variable. This variable existed previously, but wasn't actually used for anything. --- lib/thread.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/thread.cc') diff --git a/lib/thread.cc b/lib/thread.cc index ec80f851..1c8b39d2 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -278,7 +278,6 @@ _notmuch_thread_create (void *ctx, } notmuch_query_destroy (thread_id_query); - for (messages = notmuch_query_search_messages (matched_query); notmuch_messages_valid (messages); notmuch_messages_move_to_next (messages)) -- cgit v1.2.3