From 4567bce1007180e412a90be891677bb511d97e5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Tue, 21 Jan 2014 14:49:57 +0100 Subject: [PATCH] Re: An Emacs Minor Mode to Mute Email Threads --- 98/6e07779a049a7b3deaaca1a0655e51b9d7ee34 | 110 ++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 98/6e07779a049a7b3deaaca1a0655e51b9d7ee34 diff --git a/98/6e07779a049a7b3deaaca1a0655e51b9d7ee34 b/98/6e07779a049a7b3deaaca1a0655e51b9d7ee34 new file mode 100644 index 000000000..444df48ff --- /dev/null +++ b/98/6e07779a049a7b3deaaca1a0655e51b9d7ee34 @@ -0,0 +1,110 @@ +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 1168A431FAF + for ; Tue, 21 Jan 2014 05:50:11 -0800 (PST) +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 1Hl2-AvK2gQr for ; + Tue, 21 Jan 2014 05:50:03 -0800 (PST) +Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com + [209.85.215.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 53D8F431FBD + for ; Tue, 21 Jan 2014 05:50:03 -0800 (PST) +Received: by mail-ea0-f177.google.com with SMTP id n15so3799220ead.8 + for ; Tue, 21 Jan 2014 05:50:00 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=Ue+hgbY6SASUiqVRiuF6MleJ+Xiz48JaP0dzNiXQEwc=; + b=mF6H3ZFdjkbhudsxqaoO34xYBItAKIt6oQgYlerBOAI73vY6uf9rNwtnRWYZv+idtN + xQGmKFvpue87eBsI10oPvIRb0mq5OcWFa1s9xZNTYuRa52xZSH6IO08S1T2HM3huzCVZ + FTdCK3qxhv1pExl28CwQntlrIoUqiqza2dQgtuiNeU8fKUDDtvJeIsgwoqsf3Zc7shRN + 2VGrnAl6wth2h1yFbmkQrsqGA7zqGmE/B42BNUCbetaEivPYhCelQ1CG4m7mIBdBee/g + etCGp1WGlwQsRapxaoqxeNm1PyC6+ogZNlNeEo2GaCLqM362WOAG7KITQA/1276NBiJM + q83w== +X-Gm-Message-State: + ALoCoQn6pHiYbHR07AdR0db6t8iNtCB7pH0b1pv+N9yGmqR/NajfVFcc+ssE00UZ9fp7tWon1gY9 +X-Received: by 10.14.148.138 with SMTP id v10mr24035590eej.37.1390312200729; + Tue, 21 Jan 2014 05:50:00 -0800 (PST) +Received: from localhost (217-67-201-252.itsa.net.pl. [217.67.201.252]) + by mx.google.com with ESMTPSA id + b41sm15031979eef.16.2014.01.21.05.49.59 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 21 Jan 2014 05:49:59 -0800 (PST) +From: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= +To: kototama kototama +Subject: Re: An Emacs Minor Mode to Mute Email Threads +In-Reply-To: + +References: + +User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Tue, 21 Jan 2014 14:49:57 +0100 +Message-ID: <87iotdfnqy.fsf@raeviah.aidecoe.name> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +Cc: notmuch@notmuchmail.org +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, 21 Jan 2014 13:50:11 -0000 + +--=-=-= +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable + +kototama kototama writes: + +> Hello everyone, + +Hi, + + +> I have developed a small minor mode to mute email threads with notmuch. + +FYI, it seems to be similar to "killed" option of afew[1]. + +[1] https://github.com/teythoon/afew + + +Regards, + +=2D-=20 +Amadeusz =C5=BBo=C5=82nowski + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQEcBAEBAgAGBQJS3nsFAAoJEPATRTHh2/q1OUUH/2V/DdZdL4XXqg+invZJdXbo +b5B20n1GO+1RYpNvzUBFja+YwcSOXv6fuTbvpd743xpJvPA5P0b62+MfkcrFTmYu +raOYg/DWJgU7qcSFV4rqKzmuDH3Oz2LUWwcXUyFlOwJJwFCwhinN5gJdP4EuHss9 +euZ6YaKzatnWzWfJsaiD0KHPl+v2DRbzO1GOQZFy9toFFFzzZhq0MOVDabZXqb5i +D/92nMedu/MJ9QGgSSGLAgW9r0Ylnzam75hqs5e1lLVRxhNRP/ZrJ8kpBayDWAot +HyPkpoEj0DZA5pSJp0jMBOLe5lBbp+a85yHGvwxEzclpfX5w0m/gS2MxNVx68Jo= +=/2uT +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2