From 9d9795ade50d64cb6c56be74b73d8ec56b141ac7 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Fri, 22 Mar 2013 12:14:00 +0000 Subject: [PATCH] Re: funcmail.py: generate notmuch-tags based on headers --- e0/3fe2a62a8629e0384aa2dda347d863030f312c | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 e0/3fe2a62a8629e0384aa2dda347d863030f312c diff --git a/e0/3fe2a62a8629e0384aa2dda347d863030f312c b/e0/3fe2a62a8629e0384aa2dda347d863030f312c new file mode 100644 index 000000000..7ac95174d --- /dev/null +++ b/e0/3fe2a62a8629e0384aa2dda347d863030f312c @@ -0,0 +1,66 @@ +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 C6E97431FB6 + for ; Fri, 22 Mar 2013 05:12:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=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 DgSpbEMDpUH2 for ; + Fri, 22 Mar 2013 05:12:03 -0700 (PDT) +Received: from mail-we0-f174.google.com (mail-we0-f174.google.com + [74.125.82.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 47A45431FAF + for ; Fri, 22 Mar 2013 05:12:03 -0700 (PDT) +Received: by mail-we0-f174.google.com with SMTP id r6so3203177wey.5 + for ; Fri, 22 Mar 2013 05:12:02 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:content-type:mime-version:content-transfer-encoding:from + :user-agent:to:references:in-reply-to:message-id:subject:date; + bh=Wu+X5muQZvC+9z4hOtIzgXrG8QxvmkVVbQVKFESmyQg=; + b=Iz2t+zvul7A3vUgMbvWPG55mok+oN/xuG7PjGq0kdGFnFUhC9Bx6pupZn+u7zkIyiV + 5M9mT9L1mwejGqgq7DEzrbWQfw06Ikqa3aLy+d9ZlYSwmCklwYP654rVZAbKLBmu2mND + aWB6pZkEuZTrjGLPeZF8Ly70krbo/ndXOXxTH3UE6NAZSX7H8ID8m/CX4lhnT0KMC8r0 + rE4VKiK4A3GMzjhOdVPW4OFaYe6tTatyNhLj6YoBRu398D5DaSXkOo4Andkx37c1qsB1 + eWdcAuz/P1Qr8lD1S2W+kebzFsvvkkdotpi0OryMPqImHwtzrIIyt+iXgAOZDwKsHzRV + gWFg== +X-Received: by 10.180.74.67 with SMTP id r3mr9699246wiv.14.1363954320728; + Fri, 22 Mar 2013 05:12:00 -0700 (PDT) +Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) + by mx.google.com with ESMTPS id j4sm10401015wiz.10.2013.03.22.05.11.59 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 22 Mar 2013 05:11:59 -0700 (PDT) +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +From: Patrick Totzke +User-Agent: alot/0.3.4 +To: Michal Vyskocil , notmuch@notmuchmail.org +References: <20130322115623.GA18329@linux-xtv2.site> +In-Reply-To: <20130322115623.GA18329@linux-xtv2.site> +Message-ID: <20130322121400.11537.78258@megatron> +Subject: Re: funcmail.py: generate notmuch-tags based on headers +Date: Fri, 22 Mar 2013 12:14:00 +0000 +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: Fri, 22 Mar 2013 12:12:04 -0000 + +Could this be integrated into "afew" as a custom filter? -- 2.26.2