From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1A41B6DE0FD2 for ; Sun, 20 Nov 2016 11:05:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 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_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ioq4Z9Wieg7u for ; Sun, 20 Nov 2016 11:05:03 -0800 (PST) Received: from mail-it0-f48.google.com (mail-it0-f48.google.com [209.85.214.48]) by arlo.cworth.org (Postfix) with ESMTPS id 215316DE0FA5 for ; Sun, 20 Nov 2016 11:05:03 -0800 (PST) Received: by mail-it0-f48.google.com with SMTP id j191so87978744ita.1 for ; Sun, 20 Nov 2016 11:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version; bh=y3kj1/whriKCjI3onOBew4dTnJh74MtFRptb/AQC2x0=; b=F6xU4XAO5TEa1OIoPjqFs1JUI/HUR84xiWojLNyB8dydutL+yLh1XkmR1/SfrJdKhH UukmmYtfSVRxePGx/tx2AtKKpfUgSOht+YOdszfDjCgq7kq7TCx3KmxRy7ZEv6YNdTDD Dg4SmBbDZL8LOEiPFWxuZcFfVe6DhDIdNGxuml8n5Vkd2ThQNxJ566XjbMoTQZ44hjXK m38JgvK2RyP9kRrd/nYMqtY+YESCaMBNUz2KVOxTukiaqPY/QhsdYyDP4Yqu4nRrVwpo yiw98KK22Fm5fHshZyHDpN6VHgIGqXMmQPqg3d+zMXRA4IDDG3xYYwCBjn724lTWYKdY 76AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=y3kj1/whriKCjI3onOBew4dTnJh74MtFRptb/AQC2x0=; b=JcQZdHoTqUxOilleQugLcuDlLPItBulwGk+A7kkIIq8FHU7JiWaiq6s4/Gpkg+4h7u YWRAVF+EpldaI5IheEiAG0t47p2ditz3FGAkJmQzoKeC/L+gLy0hitZeB6UOJk/6LrPv r/5Ww40U/RXvNqo2EJG+NYWiTZQbBufvr55995S5w61m0XXczotTp8aqxeNAgCA4pnaD w55gqZ1MoWUa4NjzcBsLvpZbzeMrz8iSwyOVclN0QOV2T4BJQhF/SneP66O+/PAx6fGX qmnpWTVJqfwPKS2SlLHrcZHj94Ouvy1MoNAzhUpUIaUZAu5aiej5Pg3d7OxbkNgixwWF C9Xw== X-Gm-Message-State: AKaTC00UI1ddheqXzH01rl1EVxRXbF9nanegcarlvr9Xl78T8GMDQfrNLE4qhrHmPYHs9w== X-Received: by 10.36.178.74 with SMTP id h10mr6540202iti.37.1479668701952; Sun, 20 Nov 2016 11:05:01 -0800 (PST) Received: from localhost ([2607:f2c0:f00f:4a00:d444:864f:19b3:72ff]) by smtp.gmail.com with ESMTPSA id e23sm4759429itd.19.2016.11.20.11.05.01 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 20 Nov 2016 11:05:01 -0800 (PST) From: Rafael Avila de Espindola To: notmuch@notmuchmail.org Subject: [emacs] thread view is showing all messages Date: Sun, 20 Nov 2016 14:05:00 -0500 Message-ID: <87oa1aas6b.fsf@localhost.localdomain.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 20 Nov 2016 19:05:04 -0000 The documentation says that: -------------------------------------- By default, various components of email messages, (citations, signatures, already-read messages), are hidden. -------------------------------------- Unfortunately that is not what I am experiencing with notmuch 0.23.1. Any time I open a thread I see all the messages in it. I can hide each one with , but that is fairly inconvenient. Cheers, Rafael