X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;h=6726a5e79f9bcac2ffbeea34f998ff29a07e032b;hp=f4a4f2334ac476831031052244ee2ae9ffe64666;hb=5cdf424657e2fd19a4563f750b0be02cc46b8920;hpb=3cac5f8acb3bf98636a81e44c620fd550843ed53 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index f4a4f233..6726a5e7 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -18,7 +18,8 @@ " along with Notmuch. If not, see . " " Authors: Bart Trojanowski -" Contributors: Peter Hartman +" Contributors: Felipe Contreras , +" Peter Hartman " " --- configuration defaults {{{1 @@ -495,7 +496,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()