unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] notmuch.vim can now archive threads using a from the show screen
@ 2011-04-04  1:46 Jeff Richards
  2011-04-04 15:58 ` Felipe Contreras
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Richards @ 2011-04-04  1:46 UTC (permalink / raw)
  To: notmuch

Implements the already shelled out function for archiving messages while looking at a message.

---
 vim/plugin/notmuch.vim |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
index 67501d8..eae5297 100644
--- a/vim/plugin/notmuch.vim
+++ b/vim/plugin/notmuch.vim
@@ -507,7 +507,7 @@ function! s:NM_show_next_thread()
 endfunction
 
 function! s:NM_show_archive_thread()
-        echo 'not implemented'
+        call <SID>NM_add_remove_tags(b:nm_search_words, '-', ['unread','inbox'])
 endfunction
 
 function! s:NM_show_mark_read_then_archive_thread()
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-04 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04  1:46 [PATCH] notmuch.vim can now archive threads using a from the show screen Jeff Richards
2011-04-04 15:58 ` Felipe Contreras
2011-04-05  5:31   ` [PATCH v2] " Jeff Richards
2011-05-04 20:11     ` Felipe Contreras

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).