Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b4 / dbaad5221f6f2c3ef549978c7bf90860e8cf7a
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 6C617431FD9\r
6         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:44 -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 srxyMVN9wPUr for <notmuch@notmuchmail.org>;\r
17         Sat,  2 Nov 2013 07:02:38 -0700 (PDT)\r
18 Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com\r
19         [209.85.214.171]) (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 DBFB9431FAF\r
22         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:02:38 -0700 (PDT)\r
23 Received: by mail-ob0-f171.google.com with SMTP id wn1so5595161obc.2\r
24         for <notmuch@notmuchmail.org>; Sat, 02 Nov 2013 07:02:37 -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=y+wxjNUw43avyGexZv0Emxa8aNjVx5eE1I1U5m39u7I=;\r
28         b=xrHbn9Pt+pYd8sJxT5sGpdBrVAohtwZQrfNrQ6m/CJMBQaeVFYzhp2P47fEUMzr+D3\r
29         kD7hWHlJKO+99RJgg0jkEjp7nQoZ70sWOu7Zu1Tvw6oZFDU03gPmNuf0UX0ENO0lUyC8\r
30         Jy2G0UjFN1FRV8V+D/q9mGYGhRqmVu48ATTpmEAb4TzEr8xRLNHh0Il2oGTUqDDcanr5\r
31         /ultjnjJw/BoQSBaMrO/7g+o8AiiXESM71cy3zDr7iL96xj/atJrvd7DmlxdqV/F1K4p\r
32         cJR6JMDzo578oxO604uXT7uGoE3q0SlLv7EzRJXAgsPiPUCXa5mRIzfSgK6WYriumBSl\r
33         PFMA==\r
34 X-Received: by 10.182.246.39 with SMTP id xt7mr6506025obc.16.1383400957287;\r
35         Sat, 02 Nov 2013 07:02:37 -0700 (PDT)\r
36 Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
37         by mx.google.com with ESMTPSA id b5sm3948660obj.8.2013.11.02.07.02.35\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Sat, 02 Nov 2013 07:02:36 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 00/21] vim: general updates\r
44 Date: Sat,  2 Nov 2013 07:55:33 -0600\r
45 Message-Id: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4.2+fc1\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: Sat, 02 Nov 2013 14:02:44 -0000\r
60 \r
61 Hi,\r
62 \r
63 I've been cooking this in my personal notmuch-vim-ruby repository, and I think\r
64 they are ready for notmuch.\r
65 \r
66 A few highlights:\r
67 \r
68  * There's now support to compose new messages, previously there was only\r
69    support to reply.\r
70  * Database handling has been revamped to get rid of memory leaks\r
71  * A new help file is included\r
72  * Added support to go straight to a search (bypassing the folders view)\r
73 \r
74 Cheers.\r
75 \r
76 Charlie Allom (1):\r
77   vim: run mutt in default term\r
78 \r
79 Felipe Contreras (20):\r
80   vim: don't automatically refresh after tagging\r
81   vim: use notmuch fields\r
82   vim: refactor database handling\r
83   vim: show first message of the thread\r
84   vim: use much clearer sort constant\r
85   vim: add option to save the patches of a patch series\r
86   vim: allow calling with arguments\r
87   vim: split $email_address\r
88   vim: generate custom message-id\r
89   vim: don't execute search if it's cancelled\r
90   vim: trivial cleanup\r
91   vim: refactor open_reply()\r
92   vim: add option to compose new messages\r
93   vim: rename internal notmuch_rb variables\r
94   vim: rename public notmuch_rb variables\r
95   vim: move default sets to set_defaults()\r
96   vim: add wrapper for old variable names\r
97   vim: remove unnecessary buffer queue\r
98   vim: check compose is done on delete\r
99   vim: add help file\r
100 \r
101  debian/notmuch-vim.dirs    |   1 +\r
102  debian/notmuch-vim.install |   1 +\r
103  vim/Makefile               |   1 +\r
104  vim/notmuch.txt            | 153 ++++++++++++++++\r
105  vim/notmuch.vim            | 434 ++++++++++++++++++++++++++++-----------------\r
106  vim/notmuch.yaml           |   1 +\r
107  6 files changed, 431 insertions(+), 160 deletions(-)\r
108  create mode 100644 vim/notmuch.txt\r
109 \r
110 -- \r
111 1.8.4.2+fc1\r
112 \r