Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / aada038abec9ca7869fd4741917b73ee8a2f80
1 Return-Path: <dme@dme.org>\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 86478431FBC\r
6         for <notmuch@notmuchmail.org>; Tue,  7 Feb 2012 00:46:25 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id YM6ZNbIfVa9Q for <notmuch@notmuchmail.org>;\r
16         Tue,  7 Feb 2012 00:46:25 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id F1DDE431FAE\r
21         for <notmuch@notmuchmail.org>; Tue,  7 Feb 2012 00:46:24 -0800 (PST)\r
22 Received: by werb10 with SMTP id b10so5877744wer.26\r
23         for <notmuch@notmuchmail.org>; Tue, 07 Feb 2012 00:46:22 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.181.11.231 with SMTP id el7mr21233630wid.0.1328604382358;\r
26         Tue, 07 Feb 2012 00:46:22 -0800 (PST)\r
27 Received: from hotblack-desiato.hh.sledj.net\r
28         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
29         by mx.google.com with ESMTPS id dw7sm30656677wib.4.2012.02.07.00.46.20\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Tue, 07 Feb 2012 00:46:21 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id 09A529FF01; Tue,  7 Feb 2012 08:46:19 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH v3 0/2] use text properties rather than overlays\r
37 Date: Tue,  7 Feb 2012 08:46:15 +0000\r
38 Message-Id: <1328604377-20121-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <1327405007-4026-1-git-send-email-dme@dme.org>\r
41 References: <1327405007-4026-1-git-send-email-dme@dme.org>\r
42 X-Gm-Message-State:\r
43  ALoCoQkIKF0tlGJTjIoL80Bq1ByFl5ganRa6uily6LsFHsgS+Mz11G9z0LV+Gr7rvF42/thXMsdM\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Tue, 07 Feb 2012 08:46:25 -0000\r
57 \r
58 v3:\r
59 - Undo mistaken minor edit - no functional change.\r
60 \r
61 David Edmondson (2):\r
62   emacs: Use text properties rather than overlays in\r
63     `notmuch-show-mode'.\r
64   test: Update test to match previous patch.\r
65 \r
66  emacs/notmuch-show.el                              |   62 +++++++++++++-------\r
67  emacs/notmuch-wash.el                              |    8 ++-\r
68  ...hread-maildir-storage-with-fourfold-indentation |    8 +-\r
69  3 files changed, 50 insertions(+), 28 deletions(-)\r
70 \r
71 -- \r
72 1.7.8.3\r
73 \r