Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- vim/plugin/notmuch.vim | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a9754f2..3a19616 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 <SID>NM_add_remove_tags(b:nm_search_words, '-', ['unread', 'inbox']) + call <SID>NM_show_next_thread() endfunction function! s:NM_show_mark_read_then_next_open_message() -- 1.7.1