Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 61 / b33fece186368ef4bb802645d370d84ff0d658
1 Return-Path: <bart@jukie.net>\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 3A1E8431FAE\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 18:50:35 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id MQT355nX++s1 for <notmuch@notmuchmail.org>;\r
11         Fri, 27 Nov 2009 18:50:35 -0800 (PST)\r
12 Received: from tau.jukie.net (tau.jukie.net [216.239.93.128])\r
13         by olra.theworths.org (Postfix) with ESMTP id 599D1431FC2\r
14         for <notmuch@notmuchmail.org>; Fri, 27 Nov 2009 18:50:34 -0800 (PST)\r
15 Received: from localhost.localdomain (oxygen.jukie.net [10.10.10.8])\r
16         by tau.jukie.net (Postfix) with ESMTP id 917D5C0090C;\r
17         Fri, 27 Nov 2009 21:50:33 -0500 (EST)\r
18 From: Bart Trojanowski <bart@jukie.net>\r
19 To: notmuch@notmuchmail.org\r
20 Date: Fri, 27 Nov 2009 21:49:40 -0500\r
21 Message-Id: <1259376580-934-2-git-send-email-bart@jukie.net>\r
22 X-Mailer: git-send-email 1.6.4.4.2.gc2f148\r
23 In-Reply-To: <1259376580-934-1-git-send-email-bart@jukie.net>\r
24 References: <20091128022115.662B62053465E@oxygen.jukie.net>\r
25         <1259376580-934-1-git-send-email-bart@jukie.net>\r
26 Cc: Bart Trojanowski <bart@jukie.net>\r
27 Subject: [notmuch] [PATCH 2/2] vim: use notmuch show --entire-thread\r
28 X-BeenThere: notmuch@notmuchmail.org\r
29 X-Mailman-Version: 2.1.12\r
30 Precedence: list\r
31 List-Id: "Use and development of the notmuch mail system."\r
32         <notmuch.notmuchmail.org>\r
33 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
35 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
36 List-Post: <mailto:notmuch@notmuchmail.org>\r
37 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
38 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
40 X-List-Received-Date: Sat, 28 Nov 2009 02:50:35 -0000\r
41 \r
42 ---\r
43  vim/plugin/notmuch.vim |    2 +-\r
44  1 files changed, 1 insertions(+), 1 deletions(-)\r
45 \r
46 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim\r
47 index 34d70d9..a226f20 100644\r
48 --- a/vim/plugin/notmuch.vim\r
49 +++ b/vim/plugin/notmuch.vim\r
50 @@ -409,7 +409,7 @@ endfunction\r
51  \r
52  function! s:NM_cmd_show(words)\r
53          let prev_bufnr = bufnr('%')\r
54 -        let data = s:NM_run(['show'] + a:words)\r
55 +        let data = s:NM_run(['show', '--entire-thread'] + a:words)\r
56          let lines = split(data, "\n")\r
57  \r
58          let info = s:NM_cmd_show_parse(lines)\r
59 -- \r
60 1.6.4.4.2.gc2f148\r
61 \r