From ac9b9cf56a05f626dfa2c91e3c522df32565af70 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 9 Dec 2010 21:16:38 +0200 Subject: [PATCH] vim: implement archive in show view Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.43.0