[FEATURE REQUEST]: post-processing on notmuch new
authorXavier Maillard <xma@gnu.org>
Wed, 24 Nov 2010 22:27:45 +0000 (23:27 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:36 +0000 (09:37 -0800)
b7/e07cb415a55ccfb2089969106ac47f81d32657 [new file with mode: 0644]

diff --git a/b7/e07cb415a55ccfb2089969106ac47f81d32657 b/b7/e07cb415a55ccfb2089969106ac47f81d32657
new file mode 100644 (file)
index 0000000..f4b06b4
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <xma@gnu.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8570D41A550\r
+       for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 14:20:48 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.463\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.463 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id LZGBrsCm22D7 for <notmuch@notmuchmail.org>;\r
+       Wed, 24 Nov 2010 14:20:47 -0800 (PST)\r
+Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
+       [88.164.105.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id BDCB5431FB5\r
+       for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 14:20:47 -0800 (PST)\r
+Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
+       by xhlj.maillard.im (Postfix) with ESMTP id 392ED20384\r
+       for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 23:20:46 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
+       :subject:reply-to:date:message-id:mime-version:content-type; s=\r
+       postfix; bh=broZt7Lqu3D8nCokpXYxuM9dghs=; b=i8VotkeymFrJLxRj3SqB\r
+       VNJ4+4FQWx5J4oafl6pWtvIknBFBKEs+Osh6en7SJ444mm03uzXAn5oN/P0qkmqF\r
+       4VAIR1wR9z7W3BrTA93Zg/yTf+Md01p8hRMOHIX610B6IykacNFzHbMpSXmJNRBC\r
+       76ZGbELfD5RJto6ni7KohJM=\r
+Received: from maillard.im (unknown [192.168.0.254])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by xhlj.maillard.im (Postfix) with ESMTPSA\r
+       for <notmuch@notmuchmail.org>; Wed, 24 Nov 2010 23:20:46 +0100 (CET)\r
+From: Xavier Maillard <xma@gnu.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [FEATURE REQUEST]: post-processing on notmuch new\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-slackware-linux-gnu)\r
+Date: Wed, 24 Nov 2010 23:27:45 +0100\r
+Message-ID: <m28w0i2w7y.fsf@kcals.maillard.im>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+Reply-To: Xavier Maillard <xma@gnu.org>\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 24 Nov 2010 22:20:48 -0000\r
+\r
+Hi,\r
+\r
+Am I alone thinking it could be cool to specify a post-processing script\r
+to run after 'notmuch new' ?\r
+\r
+Currently, one can tell notmuch to add a unique tag but I guess we could\r
+extend this to something much smarter. I guess I am not alone using a\r
+tagging script after each refresh.\r
+\r
+What do you think ?\r
+\r
+-- Xavier\r