From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 68CCD431FD0 for ; Fri, 8 Jul 2011 11:47:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JH1NGPuvGp-V for ; Fri, 8 Jul 2011 11:47:04 -0700 (PDT) Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 935CD431FB6 for ; Fri, 8 Jul 2011 11:47:04 -0700 (PDT) Received: by fxh19 with SMTP id 19so2355176fxh.19 for ; Fri, 08 Jul 2011 11:47:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=zRmcZNsle6Y6NuSdTsN5rGU2Mx9Ok6QALbms5BDN8EA=; b=NySYIzJPk6Qw/dlSslDUveaKma9uoCKNXB3charkGui0mMzJGO+0HFIXiesuVwUuao +ZoHwxSCXJOunOg0tp7ijM014uKDDALXtJCI0lGi/zq8l8gslt5lPZ+7KCOMUVxzkM9h pN51BRllN4ml9h23VkuiBtYj8d18DrWgUfBfM= Received: by 10.223.97.65 with SMTP id k1mr3449634fan.0.1310150823172; Fri, 08 Jul 2011 11:47:03 -0700 (PDT) Received: from localhost (dslb-178-004-020-175.pools.arcor-ip.net [178.4.20.175]) by mx.google.com with ESMTPS id b13sm7531854fab.12.2011.07.08.11.47.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jul 2011 11:47:01 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v2 0/3] emacs: Document notmuch-show-get-message-properties Date: Fri, 8 Jul 2011 20:46:54 +0200 Message-Id: <1310150817-15213-1-git-send-email-daniel.schoepe@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com> References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 18:47:05 -0000 This version fixes the issues mentioned by Austin and highlights the currently displayed message in the outline buffer. My previous issues with 'point-entered and 'point-left were caused by linum-mode, so don't enable it for notmuch-show buffers. I haven't had time yet to implement a more sophisticated thread structure display as suggested in id:"87y613vpi6.fsf@servo.factory.finestructure.net" though.