aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/thread.cc
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-03-11 15:04:17 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-03-31 13:32:00 -0700
commitb957a1b029d27c6b2ecd352dbacde3d9d164666f (patch)
tree1444ab34dcd406cb2ffacad2ab71dd8be440e4d5 /lib/thread.cc
parente002fe8a7adcc8b8df20107e4617be97983662fa (diff)
emacs: Fix the notmuch-search-authors-width variable.
This variable existed previously, but wasn't actually used for anything.
Diffstat (limited to 'lib/thread.cc')
-rw-r--r--lib/thread.cc1
1 files changed, 0 insertions, 1 deletions
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))