]> git.cworth.org Git - notmuch/blobdiff - vim/plugin/notmuch.vim
vim: fix space key: now archives (did opposite)
[notmuch] / vim / plugin / notmuch.vim
index 44108273762b2e62c1eb07dfd167664ee13a4718..49a52eb44fc31006dc31eca88cbaa1f8a41f860c 100644 (file)
@@ -596,7 +596,7 @@ function! s:NM_show_advance_marking_read_and_archiving()
                 let filter = <SID>NM_combine_tags('tag:', advance_tags, 'OR', '()')
                          \ + ['AND']
                          \ + <SID>NM_combine_tags('', ids, 'OR', '()')
-                call map(advance_tags, '"+" . v:val')
+                call map(advance_tags, '"-" . v:val')
                 call <SID>NM_tag(filter, advance_tags)
                 call <SID>NM_show_next(1, 1)
                 return