From: kototama kototama Date: Tue, 21 Jan 2014 12:10:50 +0000 (+0100) Subject: An Emacs Minor Mode to Mute Email Threads X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd3f478dbb37bbfb55c7852ae33fd3cff3d36208;p=notmuch-archives.git An Emacs Minor Mode to Mute Email Threads --- diff --git a/e8/319694079f010a8620d62bcbbaa55e572cef65 b/e8/319694079f010a8620d62bcbbaa55e572cef65 new file mode 100644 index 000000000..9b17a38d5 --- /dev/null +++ b/e8/319694079f010a8620d62bcbbaa55e572cef65 @@ -0,0 +1,90 @@ +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 90E02431FBF + for ; Tue, 21 Jan 2014 04:19:14 -0800 (PST) +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 QGIUEwT4ly7l for ; + Tue, 21 Jan 2014 04:19:05 -0800 (PST) +Received: from mail-qc0-f193.google.com (mail-qc0-f193.google.com + [209.85.216.193]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 76B74431FBD + for ; Tue, 21 Jan 2014 04:19:05 -0800 (PST) +Received: by mail-qc0-f193.google.com with SMTP id m20so2076505qcx.0 + for ; Tue, 21 Jan 2014 04:19:03 -0800 (PST) +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=TiLoDC/Ag7LEMsY/xLZoyvM4xJQhVgY0nMJEgUCJ6kA=; + b=me891dJnx4OS7yPg0Us3lNhT5+CSE9a6GIb1SxDjuV65+aThh6XNrRAfO5jNMb8pgP + g840Dx4wTU8h1zUjST9S4FQAIYcFSaTQs1gfpY+wbA5h4IDkLtiPSWNb7xphRjFvjLlX + zDnb71hvUdfaWg22bYkfHpx0MWj+0bOvtyFMDBJr8IvM5CFWSt8uOtTmAAB9l6eCKRe8 + PoTF9i0fXNUEAUv0Weyvg0IsZRLSxWgaWAi/z2QjXjNr4yUAMIrinjgS6rLGNsrPC7GD + uiftPCO2gRCLH1KRJbEoFVpBjhcIkVsqkjtEiJO82J+Zv4vQwpp8R+A1qokLr4We+BC3 + 75Uw== +MIME-Version: 1.0 +X-Received: by 10.224.11.74 with SMTP id s10mr36606637qas.1.1390306250124; + Tue, 21 Jan 2014 04:10:50 -0800 (PST) +Received: by 10.229.56.195 with HTTP; Tue, 21 Jan 2014 04:10:50 -0800 (PST) +Date: Tue, 21 Jan 2014 13:10:50 +0100 +Message-ID: + +Subject: An Emacs Minor Mode to Mute Email Threads +From: kototama kototama +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c2bfb42af9dc04f079e60b +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 12:19:14 -0000 + +--001a11c2bfb42af9dc04f079e60b +Content-Type: text/plain; charset=UTF-8 + +Hello everyone, + +I have developed a small minor mode to mute email threads with notmuch. + +http://dialectical-computing.de/blog/blog/2014/01/17/an-emacs-minor-mode-to-mute-email-threads/ + +https://github.com/kototama/notmuch-kill-mode + +I hope it can be useful for some of you. + + +Best regards + +--001a11c2bfb42af9dc04f079e60b +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
Hello everyone,

I have developed a small= + minor mode to mute email threads with notmuch.
+ +--001a11c2bfb42af9dc04f079e60b--