]> git.notmuchmail.org Git - notmuch/blobdiff - lib/thread.cc
emacs: Fix the notmuch-search-authors-width variable.
[notmuch] / lib / thread.cc
index ec80f8518b9ebe7856db7a5a78cea474baf53e9f..1c8b39d208bc89a780675da6f27f98de0b168b97 100644 (file)
@@ -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))