vim: implement archive in show view

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras 2010-12-09 21:16:38 +02:00
parent 3cac5f8acb
commit ac9b9cf56a

View file

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