From a9f08bd3fd7c43276defe9f924d7cbcd7db02c1d Mon Sep 17 00:00:00 2001 From: kototama kototama Date: Tue, 27 May 2014 10:59:39 +0200 Subject: [PATCH] Displaying read messages collapsed in Emacs --- 43/bf528a8786be8fb51926c0249b33959dc7750b | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 43/bf528a8786be8fb51926c0249b33959dc7750b diff --git a/43/bf528a8786be8fb51926c0249b33959dc7750b b/43/bf528a8786be8fb51926c0249b33959dc7750b new file mode 100644 index 000000000..aebf06d7a --- /dev/null +++ b/43/bf528a8786be8fb51926c0249b33959dc7750b @@ -0,0 +1,92 @@ +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 182D7431FBD + for ; Tue, 27 May 2014 01:59:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.798 +X-Spam-Level: +X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_MESSAGE=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 k9-6eIo4v82s for ; + Tue, 27 May 2014 01:59:40 -0700 (PDT) +Received: from mail-qc0-f180.google.com (mail-qc0-f180.google.com + [209.85.216.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 379EB431FAF + for ; Tue, 27 May 2014 01:59:40 -0700 (PDT) +Received: by mail-qc0-f180.google.com with SMTP id i17so13422902qcy.39 + for ; Tue, 27 May 2014 01:59:39 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type; + bh=alKKRCV7KVdauhvApM26QvAlVR3L45+RpdQIDty3HTM=; + b=dUoeZyMODCjk4BXaJ8y3mo4jpwif4uIj8UdNO7Q4ubvCBXU5c1/9GsN8qX+kllnzzT + 7MY6dBbQjIS6LtU5gjunXAN3EOh5wrYB2WL4hD+pv3hQiL0Fv4Jk/gkHkFk+rUFZU8dt + //7i/Nt5LSjuf2257xtydcP1IKyhVs1Pp4mYCpAyUtvkIwphFYW/qO9rG6phEk4B6+xw + uT10lmR0AYOfxDgzyQrLB6fzxTTkh/0cjkJDc+Ud5nacaQ1xuOJO6GKIVcI/vHW4DCDm + Ty+SWWR6zk8QcyntEcw9BtQZigKZ01NaFdlqi+3HSY4v0Qba+9M9aX+AYuYr0SMfJ5z8 + O4qQ== +MIME-Version: 1.0 +X-Received: by 10.224.80.138 with SMTP id t10mr41323164qak.0.1401181179578; + Tue, 27 May 2014 01:59:39 -0700 (PDT) +Received: by 10.229.37.196 with HTTP; Tue, 27 May 2014 01:59:39 -0700 (PDT) +Date: Tue, 27 May 2014 10:59:39 +0200 +Message-ID: + +Subject: Displaying read messages collapsed in Emacs +From: kototama kototama +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c3e242798da704fa5deafd +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, 27 May 2014 08:59:44 -0000 + +--001a11c3e242798da704fa5deafd +Content-Type: text/plain; charset=UTF-8 + +Hello, + +When the user display a thread by pressing enter in the notmuch show view, +the elisp function notmuch-search-show-thread is called. + +Is it possible to display the thread with messages that have not the unread +tag collapsed ? + +Best regards + +--001a11c3e242798da704fa5deafd +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
Hello,

+When the user display a thread by pressing enter in the notmuch show view, = +the elisp function=C2=A0notmuch-search-show-thread is called.

+Is it possible to display the thread with messages that have not the unread= + tag collapsed ?

+Best regards
+ +--001a11c3e242798da704fa5deafd-- -- 2.26.2