Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / df / b70a20caa025f64633d396b32b6c155a95e356
1 Return-Path: <markwalters1009@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 4D425431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:47 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id rvkn0UkEdcQX for <notmuch@notmuchmail.org>;\r
18         Thu, 26 Apr 2012 12:14:47 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  B6A03431FAE    for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:46 -0700\r
23  (PDT)\r
24 Received: by wgbdt14 with SMTP id dt14so1309995wgb.2\r
25         for <notmuch@notmuchmail.org>; Thu, 26 Apr 2012 12:14:44 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=8VgSj5wUMZfdJqO7YUiZGqyzVVaF6BI+rLTMaXdkKA0=;\r
29         b=BlTtxZ+jZFXg9DUhaIBxh412TqEXlx+7AFL8EVOrC1v05t8aa9e3XfCm51c1JI5ty0\r
30         A82tWTmaSwarHBZ880CBl4mSATndP6Uvd6BmLdW+ZPw0oNW09tGiEOL62zuNGkSyWVEp\r
31         TdTxXSj20NNAe7PByZpkJrn2fea8DgiBCRfSfwVoGpq4aYkIrhKUA8TXSabQ6j7Xw0Oa\r
32         WM/oykNhtHo1lK8OVo7XqpyLHcf/8GRnnugX6hsVWl+N5nsCF2Ute08G0ceyLm3fAQ51\r
33         Eins1TTznH42Et0+Ssrnvg/jtauA+W4eOH9wr4FL/82RFM9ybQN6zvKSVzcTHvAtCfgK\r
34         YO9A==\r
35 Received: by 10.180.96.228 with SMTP id dv4mr11797444wib.14.1335467683983;\r
36         Thu, 26 Apr 2012 12:14:43 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  b3sm46640702wib.4.2012.04.26.12.14.41  (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 26 Apr 2012 12:14:42 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v3 0/2] Add filter to emacs show mode\r
44 Date: Thu, 26 Apr 2012 20:14:47 +0100\r
45 Message-Id: <1335467689-6513-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\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, 26 Apr 2012 19:14:47 -0000\r
60 \r
61 Version 3 of this patch set: previous version is at\r
62 id:"1335373954-4578-1-git-send-email-markwalters1009@gmail.com".\r
63 \r
64 This is updated to use Tomi's much cleaner version for the lisp.\r
65 \r
66 \r
67 Mark Walters (2):\r
68   emacs: add a filter option to show\r
69   emacs: Bind filter in search to 'l'\r
70 \r
71  emacs/notmuch-show.el |   10 ++++++++++\r
72  emacs/notmuch.el      |    4 ++--\r
73  2 files changed, 12 insertions(+), 2 deletions(-)\r
74 \r
75 -- \r
76 1.7.9.1\r
77 \r