From 5860c270a3db578c10a46e62df03c02e8c4375f2 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 28 May 2014 09:18:50 +0300 Subject: [PATCH] Re: Displaying read messages collapsed in Emacs --- dc/7f3c9a373d10be2fb1f7e593673a805a8d0256 | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 dc/7f3c9a373d10be2fb1f7e593673a805a8d0256 diff --git a/dc/7f3c9a373d10be2fb1f7e593673a805a8d0256 b/dc/7f3c9a373d10be2fb1f7e593673a805a8d0256 new file mode 100644 index 000000000..65d07ad35 --- /dev/null +++ b/dc/7f3c9a373d10be2fb1f7e593673a805a8d0256 @@ -0,0 +1,85 @@ +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 C0C4F431FC0 + for ; Tue, 27 May 2014 23:19:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 cuX-xj9zRYMr for ; + Tue, 27 May 2014 23:18:56 -0700 (PDT) +Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com + [209.85.212.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1E6B9431FB6 + for ; Tue, 27 May 2014 23:18:56 -0700 (PDT) +Received: by mail-wi0-f177.google.com with SMTP id f8so3012783wiw.10 + for ; Tue, 27 May 2014 23:18:53 -0700 (PDT) +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:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=4CFMIqhW9kRxaWcDJh/6y7xBIQClubU4NFDJ+yCF++E=; + b=if2kDe5T9XS+HL8F0Bp3JX9GFJIldsQJN+vUTBEGzFVzKqmhV1Lar6gstZoETEp0Gu + 4b+eZ1ZXaNPSaeXAoGR/0UI5B7wtUNtAOhtXs7h5gX8cLi3P6+I5tQQADWNFgfenYnag + muAS4ey/lkPPoN8y7qLNzQus1CzPRB7paBUScrCRCGKX7os7Q0BbxTlxqA3ZmKij21qg + bjx/eNz5c88N0phCWam6ZecZyNrVXgQeYr6obuvOuTm6A6iUJKo200x5HYWI3C+SHMra + w0Vcru20A03SHTRImRGISXIf9H8xVYIR1+cVfcyTL8lQ6sDof+Kj+Lj4ycBVP5fvTvZ3 + qZBA== +X-Gm-Message-State: + ALoCoQmRwEjz60xLt9xrrNswRucRVV3RbHtasxjdxdw0fMIkqJT9JWxin6AgrbDzFoTksWO6+UrR +X-Received: by 10.195.12.34 with SMTP id en2mr44112461wjd.13.1401257933705; + Tue, 27 May 2014 23:18:53 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id p15sm10620305wiv.8.2014.05.27.23.18.52 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 27 May 2014 23:18:52 -0700 (PDT) +From: Jani Nikula +To: kototama kototama , notmuch@notmuchmail.org +Subject: Re: Displaying read messages collapsed in Emacs +In-Reply-To: + +References: + +User-Agent: Notmuch/0.18~rc0+2~gbc64cdc (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Wed, 28 May 2014 09:18:50 +0300 +Message-ID: <87egzeifxx.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Wed, 28 May 2014 06:19:01 -0000 + +On Tue, 27 May 2014, kototama kototama wrote: +> Is it possible to display the thread with messages that have not the unread +> tag collapsed ? + +Currently the only options (AFAIK) are expanding all messages, expanding +messages matching the query and collapsing the rest, or collapsing all +messages. If you do a search for tag:unread, and display a thread from +that search view, the messages not having unread tag will be collapsed. + +I'd like to be able to expand/collapse based on user defined tags too, +independent of the query, in addition to the above mentioned. + +BR, +Jani. -- 2.26.2