projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7171e77
)
vim: add archive support from 'show'
author
Felipe Contreras
<felipe.contreras@gmail.com>
Sat, 5 Jun 2010 11:12:35 +0000
(14:12 +0300)
committer
Carl Worth
<cworth@cworth.org>
Mon, 8 Nov 2010 18:00:17 +0000
(10:00 -0800)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
vim/plugin/notmuch.vim
patch
|
blob
|
history
diff --git
a/vim/plugin/notmuch.vim
b/vim/plugin/notmuch.vim
index a9754f2b4b2e94de332931806260323ff674bfaa..3a196160af19d783f03a08a18efa5098fa4d41f8 100644
(file)
--- a/
vim/plugin/notmuch.vim
+++ b/
vim/plugin/notmuch.vim
@@
-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()