mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
vim: implement archive in show view
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
3cac5f8acb
commit
ac9b9cf56a
1 changed files with 2 additions and 1 deletions
|
@ -495,7 +495,8 @@ function! s:NM_show_next_thread()
|
|||
endfunction
|
||||
|
||||
function! s:NM_show_archive_thread()
|
||||
echo 'not implemented'
|
||||
call <SID>NM_tag(b:nm_search_words, ['-inbox'])
|
||||
call <SID>NM_show_next_thread()
|
||||
endfunction
|
||||
|
||||
function! s:NM_show_mark_read_then_archive_thread()
|
||||
|
|
Loading…
Reference in a new issue