mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
vim: add archive support from 'show'
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
7171e77d4d
commit
087e292d11
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue