[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 6b / 6c14cc6775877029a4255d60b9e50b2c953e1c
1 Return-Path: <prvs=374b26013=jrosenthal@jhu.edu>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 277A1431FC2\r
6         for <notmuch@notmuchmail.org>; Fri, 31 Oct 2014 09:04:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id WBPHPOZfW10m for <notmuch@notmuchmail.org>;\r
16         Fri, 31 Oct 2014 09:04:04 -0700 (PDT)\r
17 X-Greylist: delayed 3604 seconds by postgrey-1.32 at olra;\r
18         Fri, 31 Oct 2014 09:04:04 PDT\r
19 Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
20         [162.129.8.201]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 959DD431FBC\r
23         for <notmuch@notmuchmail.org>; Fri, 31 Oct 2014 09:04:04 -0700 (PDT)\r
24 X-IronPort-AV: E=Sophos;i="5.07,295,1413259200"; d="scan'208";a="415254926"\r
25 Received: from guppy.hwcampus.jhu.edu (HELO localhost) ([10.161.32.234])\r
26         by IPEB4.johnshopkins.edu with ESMTP/TLS/AES128-SHA;\r
27         31 Oct 2014 11:03:58 -0400\r
28 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
29 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH v5 0/7] notmuch search --output=sender/recipients\r
31 In-Reply-To: <1414713573-21461-1-git-send-email-sojkam1@fel.cvut.cz>\r
32 References: <1414713573-21461-1-git-send-email-sojkam1@fel.cvut.cz>\r
33 User-Agent: Notmuch/0.18.2+155~gafa8535 (http://notmuchmail.org) Emacs/24.4.1\r
34         (i686-pc-linux-gnu)\r
35 Date: Fri, 31 Oct 2014 11:03:58 -0400\r
36 Message-ID: <874mukgu1t.fsf@jhu.edu>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=utf-8\r
39 Content-Transfer-Encoding: quoted-printable\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Fri, 31 Oct 2014 16:04:11 -0000\r
53 \r
54 Dear Michal,\r
55 \r
56 Thanks for all this. The feature looks great! One issue: I'm getting\r
57 corrupt output when using `--output=3Dcount` with "fold" filters:\r
58 \r
59 ~~~\r
60 jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc=\r
61 ount "tag:notmuch and date:today.."=20\r
62 2       Jani Nikula <jani@nikula.org>\r
63 2       Michal Sojka <sojkam1@fel.cvut.cz>\r
64 1       David Edmondson <dme@dme.org>\r
65 9       notmuch@notmuchmail.org\r
66 \r
67 jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc=\r
68 ount --filter-by=3Daddrfold "tag:notmuch and date:today.."\r
69 2       Michal Sojka <0Fam1@fel.cvutH>\r
70 9=09\r
71 1       David Edmondson <8dme.org>\r
72 2       Jani Nikula <jani@nikula.org>\r
73 \r
74 jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc=\r
75 ount --filter-by=3Dnameaddr "tag:notmuch and date:today.."\r
76 2       Jani Nikula <jani@nikula.org>\r
77 2       Michal Sojka <sojkam1@fel.cvut.cz>\r
78 1       David Edmondson <dme@dme.org>\r
79 9       notmuch@notmuchmail.org\r
80 \r
81 jkr@ladybug [11:01AM] ~ $ notmuch search --output=3Drecipients --output=3Dc=\r
82 ount --filter-by=3Dnameaddrfold "tag:notmuch and date:today.."\r
83 2       Jani Nikula <jani@nikula.org>\r
84 2       Michal Sojka <0V=EF=BF=BD       am1@fel.cvutH>\r
85 1       David Edmondson <8=EF=BF=BD=EF=BF=BD    dme.org>\r
86 9\r
87 ~~~\r
88 \r
89 Not sure if this is expected behavior with the filtering mechanism in\r
90 its current state, but I wanted to call it to your attention if not.\r
91 \r
92 Best,\r
93 Jesse\r