[PATCH v2 0/3] emacs: Document notmuch-show-get-message-properties
[notmuch-archives.git] / 88 / 6519716633b7338f8cb2f721cd75436a1ba9db
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 68CCD431FD0\r
6         for <notmuch@notmuchmail.org>; Fri,  8 Jul 2011 11:47:05 -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 JH1NGPuvGp-V for <notmuch@notmuchmail.org>;\r
17         Fri,  8 Jul 2011 11:47:04 -0700 (PDT)\r
18 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
19         [209.85.161.46]) (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 935CD431FB6\r
22         for <notmuch@notmuchmail.org>; Fri,  8 Jul 2011 11:47:04 -0700 (PDT)\r
23 Received: by fxh19 with SMTP id 19so2355176fxh.19\r
24         for <notmuch@notmuchmail.org>; Fri, 08 Jul 2011 11:47:03 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=zRmcZNsle6Y6NuSdTsN5rGU2Mx9Ok6QALbms5BDN8EA=;\r
29         b=NySYIzJPk6Qw/dlSslDUveaKma9uoCKNXB3charkGui0mMzJGO+0HFIXiesuVwUuao\r
30         +ZoHwxSCXJOunOg0tp7ijM014uKDDALXtJCI0lGi/zq8l8gslt5lPZ+7KCOMUVxzkM9h\r
31         pN51BRllN4ml9h23VkuiBtYj8d18DrWgUfBfM=\r
32 Received: by 10.223.97.65 with SMTP id k1mr3449634fan.0.1310150823172;\r
33         Fri, 08 Jul 2011 11:47:03 -0700 (PDT)\r
34 Received: from localhost (dslb-178-004-020-175.pools.arcor-ip.net\r
35         [178.4.20.175])\r
36         by mx.google.com with ESMTPS id b13sm7531854fab.12.2011.07.08.11.47.00\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Fri, 08 Jul 2011 11:47:01 -0700 (PDT)\r
39 From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: [PATCH v2 0/3] emacs: Document notmuch-show-get-message-properties\r
42 Date: Fri,  8 Jul 2011 20:46:54 +0200\r
43 Message-Id: <1310150817-15213-1-git-send-email-daniel.schoepe@googlemail.com>\r
44 X-Mailer: git-send-email 1.7.5.4\r
45 In-Reply-To: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
46 References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\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: Fri, 08 Jul 2011 18:47:05 -0000\r
60 \r
61 This version fixes the issues mentioned by Austin and highlights the currently\r
62 displayed message in the outline buffer. My previous issues with 'point-entered\r
63 and 'point-left were caused by linum-mode, so don't enable it for notmuch-show buffers.\r
64 \r
65 I haven't had time yet to implement a more sophisticated thread\r
66 structure display as suggested in\r
67 id:"87y613vpi6.fsf@servo.factory.finestructure.net" though.\r
68 \r