Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 46 / 831e79ac49f989cb7f13c6bc6d736422d6592e
1 Return-Path: <daniel.schoepe@googlemail.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 AEA96431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 12 Jun 2011 16:31:31 -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 fhV+4A+HKL2Y for <notmuch@notmuchmail.org>;\r
17         Sun, 12 Jun 2011 16:31:31 -0700 (PDT)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.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 0CA08431FB6\r
22         for <notmuch@notmuchmail.org>; Sun, 12 Jun 2011 16:31:30 -0700 (PDT)\r
23 Received: by fxm8 with SMTP id 8so2672136fxm.26\r
24         for <notmuch@notmuchmail.org>; Sun, 12 Jun 2011 16:31:29 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=domainkey-signature:from:to:subject:date:message-id:x-mailer;\r
28         bh=Uu85Cdx2vQxRcBPkx5NfcIeW1TxApTQBwD+Qp3X0W3s=;\r
29         b=AQAkJVNDjiYLbOAbmst3IgB+AjeMIJ4u6W4wFL4wSL0mnFkbk4/NQsvnuZ0pxooNR+\r
30         nA794u3fnOICrJnZq2lZRqNBdJWUwAzrv0Tp5kY6/a+cUcw8lVlFx+vwjp+fKqYyd0/i\r
31         +3Xohrz7KxRy3MC6RL6UU3jPFJI5cpM7UvKkQ=\r
32 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma;\r
33         h=from:to:subject:date:message-id:x-mailer;\r
34         b=EFsEBxoEMhgcNp2A179ZfEwRqhec/KhpmlJ+i1XndOTOq5jnmPliGa/kG59g8AhjRq\r
35         RoyAUcX9bglhpy5fdeSeCpWrNRipKvHin88S4uKI8SQiL5MVw0OL9541mW5EXxI1u5ai\r
36         1LVXs9FXh5wvDTiwoDqm4IfgJ3xVt+PKgH9nI=\r
37 Received: by 10.223.13.207 with SMTP id d15mr2021899faa.38.1307921489344;\r
38         Sun, 12 Jun 2011 16:31:29 -0700 (PDT)\r
39 Received: from localhost (dslb-088-068-023-159.pools.arcor-ip.net\r
40         [88.68.23.159])\r
41         by mx.google.com with ESMTPS id b22sm1865189fak.25.2011.06.12.16.31.27\r
42         (version=TLSv1/SSLv3 cipher=OTHER);\r
43         Sun, 12 Jun 2011 16:31:28 -0700 (PDT)\r
44 From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH] emacs: thread outlining\r
47 Date: Mon, 13 Jun 2011 01:31:17 +0200\r
48 Message-Id: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
49 X-Mailer: git-send-email 1.7.5.4\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 12 Jun 2011 23:31:31 -0000\r
63 \r
64 Unfortunately, this implementation does not yet highlight the currently selected\r
65 message in the notmuch-show buffer in the corresponding outline buffer. The\r
66 point-entered and point-left text properties sound like they should be useful\r
67 for implementing this, but behaved somewhat erratically for me and I did not\r
68 yet have time to track this down, so any help on this is appreciated.\r
69 \r