Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 37 / 28bce69cf68278e09ad0ca0fcbaacba579ab12
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 C39D3431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:07:20 -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 5+QzumiXhdpk for <notmuch@notmuchmail.org>;\r
17         Sat, 16 Jul 2011 12:07:20 -0700 (PDT)\r
18 Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com\r
19         [209.85.210.53]) (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 0668B431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:07:19 -0700 (PDT)\r
23 Received: by pzk6 with SMTP id 6so3916263pzk.40\r
24         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:07:19 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         bh=PQsVDUilh+WMfKnv71xlCkBF/fHR6YCnaTBEoxwTw8o=;\r
29         b=Q9iN1Uh3izZFujwyYNydjG5Si92FKut1ul8Pv7vAlds8pmRMRoi2sbGXR1amBncP01\r
30         ROrsbdDdQktcL+ZSaoU2uGQE09TWhbkjdyxMZa6EJTI2nQUv7ooZ/AzFtEF3mh/rm3LZ\r
31         duqWDv4H8anz9zBrBGtQw6gNJJ0S0RVK8/RG4=\r
32 MIME-Version: 1.0\r
33 Received: by 10.68.23.166 with SMTP id n6mr5902748pbf.481.1310843238993; Sat,\r
34         16 Jul 2011 12:07:18 -0700 (PDT)\r
35 Received: by 10.68.41.129 with HTTP; Sat, 16 Jul 2011 12:07:18 -0700 (PDT)\r
36 In-Reply-To: <1310362810-10926-1-git-send-email-jason@jasonwoof.com>\r
37 References: <1310362810-10926-1-git-send-email-jason@jasonwoof.com>\r
38 Date: Sat, 16 Jul 2011 22:07:18 +0300\r
39 Message-ID:\r
40  <CAMP44s3Bmp+R9MiGbiy-1MHDKW5TxqnnZ9K2X6BZPUhYu8d5WA@mail.gmail.com>\r
41 Subject: Re: vim front-end patches by Jason\r
42 From: Felipe Contreras <felipe.contreras@gmail.com>\r
43 To: Jason Woofenden <jason@jasonwoof.com>\r
44 Content-Type: text/plain; charset=UTF-8\r
45 Cc: notmuch@notmuchmail.org\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 16 Jul 2011 19:07:20 -0000\r
59 \r
60 On Mon, Jul 11, 2011 at 8:40 AM, Jason Woofenden <jason@jasonwoof.com> wrote:\r
61 > OK, everybody, here's my first set of patches. They all cleanup the\r
62 > vim front-end. I started with the little stuff, to get my feet wet.\r
63 >\r
64 > Here's what's coming:\r
65 >\r
66 > [PATCH 1/5] vim: fix space key: now archives (did opposite)\r
67 > [PATCH 2/5] vim: fix from list reformatting in search view\r
68 > [PATCH 3/5] vim: fix on-screen instructions for show-signature\r
69 > [PATCH 4/5] vim: fix (hack) cig/cit parsing within multipart/*\r
70 > [PATCH 5/5] vim: fix citation/signature fold lengths\r
71 >\r
72 > The first three I've sent to the debian bug-tracking system I\r
73 > think. Though I've since updated the second patch to not include\r
74 > the change made by the first patch.\r
75 >\r
76 > So... use these instead.\r
77 \r
78 Thanks. I was fetching the patches from there, but I threw them away,\r
79 as these are in a much better format :)\r
80 \r
81 > That's all for now. Feedback (as always) is welcome. Especially the\r
82 > type that leads to me learning something and/or my patches getting\r
83 > merged upstream.\r
84 \r
85 They all look fine to me, but I'm not a vim expert =/\r
86 \r
87 Since nobody complained, and they seem to work for me. I've applied\r
88 them. Thanks!\r
89 \r
90 Cheers.\r
91 \r
92 -- \r
93 Felipe Contreras\r