From: Felipe Contreras Date: Thu, 9 Dec 2010 19:16:38 +0000 (+0200) Subject: vim: implement archive in show view X-Git-Tag: debian/0.6_254~165 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ac9b9cf56a05f626dfa2c91e3c522df32565af70 vim: implement archive in show view Signed-off-by: Felipe Contreras --- diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index f4a4f233..3375a96c 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -495,7 +495,8 @@ function! s:NM_show_next_thread() endfunction function! s:NM_show_archive_thread() - echo 'not implemented' + call NM_tag(b:nm_search_words, ['-inbox']) + call NM_show_next_thread() endfunction function! s:NM_show_mark_read_then_archive_thread()