Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 42 / cfd3cdb823ffd18ad1aa1fcd6cea4a0ea951cd
1 Return-Path: <jrollins@finestructure.net>\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 CEC05429E25\r
6         for <notmuch@notmuchmail.org>; Mon, 27 Jun 2011 14:44:32 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 KbPlmjbR5FWZ for <notmuch@notmuchmail.org>;\r
16         Mon, 27 Jun 2011 14:44:32 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5AC83431FD0\r
20         for <notmuch@notmuchmail.org>; Mon, 27 Jun 2011 14:44:32 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 990DE66E01A3;\r
23         Mon, 27 Jun 2011 14:44:30 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from servo.finestructure.net (gwave-169.ligo.caltech.edu\r
26         [131.215.114.169]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id A3D4966E0130;\r
28         Mon, 27 Jun 2011 14:44:26 -0700 (PDT)\r
29 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
30         id E077DB8; Mon, 27 Jun 2011 14:44:27 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Austin Clements <amdragon@mit.edu>\r
33 Subject: Re: [PATCH] Do not attept to output part raw if part is not\r
34  GMimePart.\r
35 In-Reply-To: <BANLkTik8v7uZDcO4wV1Ve1Lymd03Z-WWdw@mail.gmail.com>\r
36 References: <1307032735-27427-1-git-send-email-jrollins@finestructure.net>\r
37         <1307120466-4980-1-git-send-email-jrollins@finestructure.net>\r
38         <87wrgccedd.fsf@yoom.home.cworth.org>\r
39         <87mxh319un.fsf@servo.factory.finestructure.net>\r
40         <BANLkTik8v7uZDcO4wV1Ve1Lymd03Z-WWdw@mail.gmail.com>\r
41 User-Agent: Notmuch/0.5-292-gaa2fa19 (http://notmuchmail.org) Emacs/23.3.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Mon, 27 Jun 2011 14:44:25 -0700\r
44 Message-ID: <878vsn0x1i.fsf@servo.factory.finestructure.net>\r
45 MIME-Version: 1.0\r
46 Content-Type: multipart/signed; boundary="=-=-=";\r
47         micalg=pgp-sha256; protocol="application/pgp-signature"\r
48 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 27 Jun 2011 21:44:33 -0000\r
62 \r
63 --=-=-=\r
64 \r
65 On Mon, 27 Jun 2011 16:43:36 -0400, Austin Clements <amdragon@mit.edu> wrote:\r
66 > Just to clarify my understanding, --format=raw is only intended to\r
67 > work on either the whole message (special-cased in do_show_single) or\r
68 > a leaf MIME part, and in any other case, it will output nothing?  The\r
69 > raw output test cases seem pretty thin.\r
70 \r
71 Hey, Austin.  The raw part output works for *any* part, be it leaf part,\r
72 multipart, message/rfc822, etc.  I added a bunch of tests for raw part\r
73 output that should cover all of this, although I don't think they've\r
74 been pulled into master yet.\r
75 \r
76 I think there are a lot of open questions about what should be output\r
77 for multipart raw.  We should output _something_, though.  I think we\r
78 can fix all of this up for 0.7, based on the work you've already done,\r
79 after 0.6 is released.\r
80 \r
81 jamie.\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v1.4.11 (GNU/Linux)\r
88 \r
89 iQIcBAEBCAAGBQJOCPm5AAoJEO00zqvie6q8Mo8QAKUMpBtue4zLuFEbKvLjbZsO\r
90 FbjK9upScbs4yau/cI5NjvWDOcZ93VtKmbfS72FTCebaFefb1u1xEbf0RjBrg4wP\r
91 nqTlaTIDJ24Xq1tnSVRY0gdY5512bK/tVFSZiS/RRLJCN7GxRAqat8ASqpFrMUPv\r
92 hPGWUg9JvifAelLV9ADcXDDvZ/PMw7zVnED0dPUqweci8Ek2yZDptnRAyOSut4MO\r
93 E+Mzr12DjWWDQD6ZcYvCXur9ho+BmO55G3nxaZAZ/E5rf/RDDVQrKpKMS5IoKn6D\r
94 baJjfIezBfsT9xciL/riyfhuSOBIr8HkvsshvyNbRpYhs4HMTXqlzRVQwqBzTMK0\r
95 ql5EYL5gPVfWAE+Z9aJj1j6AtyqmMFGXYWSCy8Nuvmw/E3XdrSmoblThwGdlyKkc\r
96 ca5qcfHABvHlf//RW5+ElpmuXaW3vCGBpCDd0lsF4a2lpn94//6c94t/Y9NGUhmq\r
97 zRvmkyJ+mw0FN9iYEAs4Rc8W6uaA2gYeb+RmEiPYfV7ovegkdm092elYTRT4BrBz\r
98 ZHDYPjHiaze7XJnjkvz/ENasazi9vMLoYfuxqzjBr6PM1+UnTXMO6Pl8C5IE+423\r
99 rGonHJ50fnOjvnpmuRz2psHfbLKUxr92JrpmDMabaDxV0oi4O41O+itRbuRLOWWb\r
100 figKUQH/9Gh4blxY3Lxh\r
101 =WoK+\r
102 -----END PGP SIGNATURE-----\r
103 --=-=-=--\r