Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 15 / b47621c8cdb54c797b10f3319acb7913db2072
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 5BBD5431FC7\r
6         for <notmuch@notmuchmail.org>; Thu,  1 May 2014 16:08:38 -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 LxLfaIHfFfcc for <notmuch@notmuchmail.org>;\r
17         Thu,  1 May 2014 16:08:32 -0700 (PDT)\r
18 Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com\r
19         [209.85.214.173]) (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 D7639431FAF\r
22         for <notmuch@notmuchmail.org>; Thu,  1 May 2014 16:08:32 -0700 (PDT)\r
23 Received: by mail-ob0-f173.google.com with SMTP id wm4so1068824obc.32\r
24         for <notmuch@notmuchmail.org>; Thu, 01 May 2014 16:08:32 -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;\r
27         bh=2T4yxWP90mSwDNiWTsT9/XriL3qa1DMSV3k4TQ+jPzM=;\r
28         b=ckcm6bdMFr5/6ar9lWG+jHZvwl/3Bjra+jYOyH+YhAQj7gMOrANaymLZe0INvmYo7Z\r
29         upzziemp6VQXpdYMhVZ+5xZROZgOeXQFwCUM3IzLEjU81R5zigs6UgooOjxGGY7yHQxZ\r
30         PhOWJvc1MK5TKP2yDCOAyMy2qHwjWZeQSmhPjxGgfPz7zqAhB8IK8wb6vedrdLKSuoSA\r
31         2R3rYodOYt+6owlrwhMf68TQ1tkBaUyJYRjay/d8Dz0AkA+/okb1ozSUtS5kFDe7LQ8Z\r
32         tl9N3I+ojRvUctxiNtT/1sli4w0ITdZpXMFPXq0uvac7r4Ex9uxl8SPxJ+zURM0gCzK9\r
33         L6LA==\r
34 X-Received: by 10.182.43.132 with SMTP id w4mr12155123obl.41.1398985712236;\r
35         Thu, 01 May 2014 16:08:32 -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         c7sm122336463oek.12.2014.05.01.16.08.29 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:31 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 0/3] vim plugin updates\r
44 Date: Thu,  1 May 2014 17:57:51 -0500\r
45 Message-Id: <1398985074-17646-1-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.9.2+fc1.19.g85b6256\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 01 May 2014 23:08:38 -0000\r
60 \r
61 A few trivial updates, and an important fix.\r
62 \r
63 Changes since v1: improved commit messages.\r
64 \r
65 Felipe Contreras (2):\r
66   vim: fix count_threads variable check\r
67   vim: improve the way messages are sent\r
68 \r
69 Paul Roberts (1):\r
70   vim: make the html handler configurable\r
71 \r
72  vim/notmuch.vim | 39 ++++++++++++++++++++++++---------------\r
73  1 file changed, 24 insertions(+), 15 deletions(-)\r
74 \r
75 -- \r
76 1.9.2+fc1.19.g85b6256\r
77 \r