From 185189858e4d4f4e7a62f580db010d81049ad59f Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sat, 1 Nov 2014 11:03:58 +2000 Subject: [PATCH] Re: [PATCH v5 0/7] notmuch search --output=sender/recipients --- 6b/6c14cc6775877029a4255d60b9e50b2c953e1c | 93 +++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 6b/6c14cc6775877029a4255d60b9e50b2c953e1c diff --git a/6b/6c14cc6775877029a4255d60b9e50b2c953e1c b/6b/6c14cc6775877029a4255d60b9e50b2c953e1c new file mode 100644 index 000000000..4baf4a93b --- /dev/null +++ b/6b/6c14cc6775877029a4255d60b9e50b2c953e1c @@ -0,0 +1,93 @@ +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 277A1431FC2 + for ; Fri, 31 Oct 2014 09:04:11 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] 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 WBPHPOZfW10m for ; + Fri, 31 Oct 2014 09:04:04 -0700 (PDT) +X-Greylist: delayed 3604 seconds by postgrey-1.32 at olra; + Fri, 31 Oct 2014 09:04:04 PDT +Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu + [162.129.8.201]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 959DD431FBC + for ; Fri, 31 Oct 2014 09:04:04 -0700 (PDT) +X-IronPort-AV: E=Sophos;i="5.07,295,1413259200"; d="scan'208";a="415254926" +Received: from guppy.hwcampus.jhu.edu (HELO localhost) ([10.161.32.234]) + by IPEB4.johnshopkins.edu with ESMTP/TLS/AES128-SHA; + 31 Oct 2014 11:03:58 -0400 +From: Jesse Rosenthal +To: Michal Sojka , notmuch@notmuchmail.org +Subject: Re: [PATCH v5 0/7] notmuch search --output=sender/recipients +In-Reply-To: <1414713573-21461-1-git-send-email-sojkam1@fel.cvut.cz> +References: <1414713573-21461-1-git-send-email-sojkam1@fel.cvut.cz> +User-Agent: Notmuch/0.18.2+155~gafa8535 (http://notmuchmail.org) Emacs/24.4.1 + (i686-pc-linux-gnu) +Date: Fri, 31 Oct 2014 11:03:58 -0400 +Message-ID: <874mukgu1t.fsf@jhu.edu> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +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, 31 Oct 2014 16:04:11 -0000 + +Dear Michal, + +Thanks for all this. The feature looks great! One issue: I'm getting +corrupt output when using `--output=3Dcount` with "fold" filters: + +~~~ +jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc= +ount "tag:notmuch and date:today.."=20 +2 Jani Nikula +2 Michal Sojka +1 David Edmondson +9 notmuch@notmuchmail.org + +jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc= +ount --filter-by=3Daddrfold "tag:notmuch and date:today.." +2 Michal Sojka <0Fam1@fel.cvutH> +9=09 +1 David Edmondson <8dme.org> +2 Jani Nikula + +jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc= +ount --filter-by=3Dnameaddr "tag:notmuch and date:today.." +2 Jani Nikula +2 Michal Sojka +1 David Edmondson +9 notmuch@notmuchmail.org + +jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc= +ount --filter-by=3Dnameaddrfold "tag:notmuch and date:today.." +2 Jani Nikula +2 Michal Sojka <0V=EF=BF=BD am1@fel.cvutH> +1 David Edmondson <8=EF=BF=BD=EF=BF=BD dme.org> +9 +~~~ + +Not sure if this is expected behavior with the filtering mechanism in +its current state, but I wanted to call it to your attention if not. + +Best, +Jesse -- 2.26.2