Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D288C4196F2 for ; Tue, 13 Apr 2010 15:10:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.9 X-Spam-Level: X-Spam-Status: No, score=0.9 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1] autolearn=no 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 4djxr9wZ5iZz for ; Tue, 13 Apr 2010 15:10:18 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 10427431FC1 for ; Tue, 13 Apr 2010 15:10:18 -0700 (PDT) Received: from xhlj.maillard.im (xhlj [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 5A0D51E07B for ; Wed, 14 Apr 2010 00:10:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:date:message-id:mime-version:content-type; s=postfix; bh=13TAAcOjqxHSUn235qsJtNmd+kA=; b=npS0a6JSL5Xcm+xOjwfLhhUFAvfY p8Wk1s3q9aGeGU/otDkpqjcGZQLNtYb5eQsJClO4zSS6zvG/jan9oVax6lFUBGnW pNku/UNi4DmtcRkeaHNYPjOgC8B+W3npqVj/YvYycfXnStor5kxn797YbUdPAwBh ClKODahMtSbaSL4= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA for ; Wed, 14 Apr 2010 00:10:16 +0200 (CEST) From: Xavier Maillard To: notmuch@notmuchmail.org Subject: See only unread message in a thread ? Date: Wed, 14 Apr 2010 00:11:50 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Tue, 13 Apr 2010 22:10:19 -0000 Hi, maybe I missread the "manual" but I can't find an easy way to do something simple in notmuch.el. Say I have a thread with A-B-C. I visit the thread and read the whole thread. Let's say after 'notmuch new' a post has entered the thread: A-B-C-D. Is there an easy way to just have one of these behaviour: - only show the new message (with an option to toggle display of the old messages) - display the whole thread with the 3 read messages 'collapsed' and only the unread message 'expanded' Thank you Xavier