diff options
-rw-r--r-- | vim/notmuch.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/notmuch.vim b/vim/notmuch.vim index d7b310c8..25a16e9a 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -633,7 +633,7 @@ ruby << EOF def folders_render() $curbuf.render do |b| folders = VIM::evaluate('g:notmuch_folders') - count_threads = VIM::evaluate('g:notmuch_folders_count_threads') + count_threads = VIM::evaluate('g:notmuch_folders_count_threads') == 1 $searches.clear folders.each do |name, search| q = $curbuf.query(search) |