From: Felipe Contreras Date: Sat, 5 Jun 2010 11:12:35 +0000 (+0300) Subject: vim: add archive support from 'show' X-Git-Tag: 0.5~58 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=087e292d1198b16e35fe705c85a355e48b033cf2 vim: add archive support from 'show' Signed-off-by: Felipe Contreras --- diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a9754f2b..3a196160 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -496,7 +496,8 @@ function! s:NM_show_archive_thread() endfunction function! s:NM_show_mark_read_then_archive_thread() - echo 'not implemented' + call NM_add_remove_tags(b:nm_search_words, '-', ['unread', 'inbox']) + call NM_show_next_thread() endfunction function! s:NM_show_mark_read_then_next_open_message()