X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;h=3a196160af19d783f03a08a18efa5098fa4d41f8;hb=087e292d1198b16e35fe705c85a355e48b033cf2;hp=a226f2034d594f781048211265fcdf13582b49d6;hpb=e72a6176e3fc3fcf4b1696e3f0ee9cf66509fb4d;p=notmuch diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a226f203..3a196160 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -178,7 +178,7 @@ let g:notmuch_compose_imaps = { function! s:NM_cmd_folders(words) if len(a:words) - throw 'Not exapecting any arguments for folders command.' + throw 'Not expecting any arguments for folders command.' endif let cmd = ['count'] let disp = [] @@ -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()