Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / 13f2412221ad4b78c5036ae49679b74ffb7a0e
1 Return-Path: <felipe.contreras@gmail.com>\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 CBD47429E27\r
6         for <notmuch@notmuchmail.org>; Thu,  1 May 2014 16:08:56 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 32oIkjLM0cnJ for <notmuch@notmuchmail.org>;\r
17         Thu,  1 May 2014 16:08:49 -0700 (PDT)\r
18 Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com\r
19         [209.85.219.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 870BF431FBD\r
22         for <notmuch@notmuchmail.org>; Thu,  1 May 2014 16:08:41 -0700 (PDT)\r
23 Received: by mail-oa0-f51.google.com with SMTP id l6so4312234oag.38\r
24         for <notmuch@notmuchmail.org>; Thu, 01 May 2014 16:08:41 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=hdork2vFSZPvSyHiLKyIBjLzvoJKqPtyzcA+xOQOrAU=;\r
28         b=wUcptpoeZuHIJNDQfEmtgR2Yx07Se7tsrrml45ifPDHZzvDUmAzF35ml5uPB0HJWSX\r
29         igrbLFxnBrKUd94mW5wnRCY9U8yh28rkTCdWnQYAFR0go+A+2/kz2nbtYHE9/sGPc0LB\r
30         6R9dUfa5MS4WZz6/fYYDuRf3u7kbVZ3qViFYoFSmsAkMdO0fEAt+ECf7aVNrIVmvEqEg\r
31         Fk676sUiKKsbHblKdy1Jf7151hFtLlHXBUFtXrvo1pCDgFDEIMKxxlHD4pgTqBCDDq49\r
32         hOPTMKdNXYzk6MTUqJi2SIiQDszr+oL2D8iM7d8v4GgQ3jqxnOIQNS6Cm0yqZhl53vK0\r
33         sPNg==\r
34 X-Received: by 10.60.144.200 with SMTP id so8mr13432649oeb.31.1398985721135;\r
35         Thu, 01 May 2014 16:08:41 -0700 (PDT)\r
36 Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40])\r
37         by mx.google.com with ESMTPSA id\r
38         ut8sm62420203obc.22.2014.05.01.16.08.38 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Thu, 01 May 2014 16:08:40 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 2/3] vim: make the html handler configurable\r
44 Date: Thu,  1 May 2014 17:57:53 -0500\r
45 Message-Id: <1398985074-17646-3-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.9.2+fc1.19.g85b6256\r
47 In-Reply-To: <1398985074-17646-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1398985074-17646-1-git-send-email-felipe.contreras@gmail.com>\r
49 Cc: Paul Roberts <pmr@stelo.org.uk>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Thu, 01 May 2014 23:08:58 -0000\r
63 \r
64 From: Paul Roberts <pmr@stelo.org.uk>\r
65 \r
66 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
67 ---\r
68  vim/notmuch.vim | 3 ++-\r
69  1 file changed, 2 insertions(+), 1 deletion(-)\r
70 \r
71 diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
72 index 25a16e9..0cb94f6 100644\r
73 --- a/vim/notmuch.vim\r
74 +++ b/vim/notmuch.vim\r
75 @@ -919,7 +919,8 @@ ruby << EOF\r
76                                 if mime_type != "text/html"\r
77                                         text = decoded\r
78                                 else\r
79 -                                       IO.popen("elinks --dump", "w+") do |pipe|\r
80 +                                       IO.popen(VIM::evaluate('exists("g:notmuch_html_converter") ? ' +\r
81 +                                                       'g:notmuch_html_converter : "elinks --dump"'), "w+") do |pipe|\r
82                                                 pipe.write(decode_body)\r
83                                                 pipe.close_write\r
84                                                 text = pipe.read\r
85 -- \r
86 1.9.2+fc1.19.g85b6256\r
87 \r