Re: [Patch v2.5 1/4] test/insert: add known broken tests for indexing failures
[notmuch-archives.git] / d2 / 337e24fd0be50db10c3f1dc2508a97938783af
1 Return-Path: <jeff@jrichards.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 46FD9431FB6\r
6         for <notmuch@notmuchmail.org>; Sun,  3 Apr 2011 19:07:24 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ekdZjsQ0YOx4 for <notmuch@notmuchmail.org>;\r
16         Sun,  3 Apr 2011 19:07:22 -0700 (PDT)\r
17 X-Greylist: delayed 578 seconds by postgrey-1.32 at olra;\r
18         Sun, 03 Apr 2011 19:07:22 PDT\r
19 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
20         by olra.theworths.org (Postfix) with ESMTP id 31F99431FB5\r
21         for <notmuch@notmuchmail.org>; Sun,  3 Apr 2011 19:07:22 -0700 (PDT)\r
22 Received: from pd2ml1so-ssvc.prod.shaw.ca ([10.0.141.139])\r
23         by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 03 Apr 2011 19:57:43 -0600\r
24 X-Cloudmark-SP-Filtered: true\r
25 X-Cloudmark-SP-Result: v=1.1 cv=6EkEX6JM2LCztCEhkE317K9SpBSN4cB8nbuuHVfFIzI=\r
26         c=1 sm=1\r
27         a=ZBOBthjvTJcA:10 a=BLceEmwcHowA:10 a=GmI124iNGYoA:10\r
28         a=fZIboY/cEU6l/H7GC6ozQQ==:17 a=wW842EWMroZnxjKOiyEA:9\r
29         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
30 Received: from unknown (HELO fanny.gardenlogbook.com) ([96.50.110.35])\r
31         by pd2ml1so-dmz.prod.shaw.ca with ESMTP; 03 Apr 2011 19:57:42 -0600\r
32 Received: from jeff by fanny.gardenlogbook.com with local (Exim 4.72)\r
33         (envelope-from <jeff@jrichards.ca>) id 1Q6YsZ-0003nk-JT\r
34         for notmuch@notmuchmail.org; Sun, 03 Apr 2011 18:46:55 -0700\r
35 Date: Sun, 03 Apr 2011 18:46:55 -0700\r
36 Message-Id: <E1Q6YsZ-0003nk-JT@fanny.gardenlogbook.com>\r
37 From: Jeff Richards <jeff@jrichards.ca>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH] notmuch.vim can now archive threads using a from the show\r
40         screen\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 04 Apr 2011 02:07:24 -0000\r
54 \r
55 Implements the already shelled out function for archiving messages while looking at a message.\r
56 \r
57 ---\r
58  vim/plugin/notmuch.vim |    2 +-\r
59  1 files changed, 1 insertions(+), 1 deletions(-)\r
60 \r
61 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim\r
62 index 67501d8..eae5297 100644\r
63 --- a/vim/plugin/notmuch.vim\r
64 +++ b/vim/plugin/notmuch.vim\r
65 @@ -507,7 +507,7 @@ function! s:NM_show_next_thread()\r
66  endfunction\r
67  \r
68  function! s:NM_show_archive_thread()\r
69 -        echo 'not implemented'\r
70 +        call <SID>NM_add_remove_tags(b:nm_search_words, '-', ['unread','inbox'])\r
71  endfunction\r
72  \r
73  function! s:NM_show_mark_read_then_archive_thread()\r
74 -- \r
75 1.7.2.3\r
76 \r
77 \r
78 \r
79 \r