vim: add archive support from 'show'

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras 2010-06-05 14:12:35 +03:00 committed by Carl Worth
parent 7171e77d4d
commit 087e292d11

View file

@ -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()