Re: [PATCH] lib: Add a new prefix "list" to the search-terms syntax
[notmuch-archives.git] / 94 / b7ccd7133ab081a667a87d4c5e2153cf3ef90e
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 CAF41429E26\r
6         for <notmuch@notmuchmail.org>; Thu, 21 Jul 2011 17:14:34 -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 PQKzw3j8RAnO for <notmuch@notmuchmail.org>;\r
16         Thu, 21 Jul 2011 17:14:34 -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 3C848431FD0\r
20         for <notmuch@notmuchmail.org>; Thu, 21 Jul 2011 17:14:34 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id C6EED2E50BAB;\r
23         Thu, 21 Jul 2011 17:14:33 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from servo.finestructure.net (gwave-86.ligo.caltech.edu\r
26         [131.215.114.86]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id C4092328092;\r
28         Thu, 21 Jul 2011 17:14:28 -0700 (PDT)\r
29 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
30         id A095E36F; Thu, 21 Jul 2011 17:14:28 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Antoine =?utf-8?Q?Beaupr=C3=A9?= <anarcat@koumbit.org>, Xavier Maillard\r
33         <xma@gnu.org>, Austin Clements <amdragon@mit.edu>\r
34 Subject: Re: [PATCH 2/2] add edit function to resume postponed emails\r
35 In-Reply-To: <87k4bbjiaa.fsf@marcos.anarcat.ath.cx>\r
36 References: <1310807540-29960-1-git-send-email-anarcat@koumbit.org>\r
37         <1310841685-29167-1-git-send-email-anarcat@koumbit.org>\r
38         <CAH-f9Wtff0noP2-jxSmmhMRDWebt6G10Pe+3r-m6WvhDm_--ow@mail.gmail.com>\r
39         <874o2gskgk.fsf@marcos.anarcat.ath.cx>\r
40         <871uxk1vhf.fsf@servo.factory.finestructure.net>\r
41         <m24o2fnwtx.fsf@gnu.org>\r
42         <87y5zrwb29.fsf@servo.factory.finestructure.net>\r
43         <87k4bbjiaa.fsf@marcos.anarcat.ath.cx>\r
44 User-Agent: Notmuch/0.5-353-gb44d56e (http://notmuchmail.org) Emacs/23.3.1\r
45         (x86_64-pc-linux-gnu)\r
46 Date: Thu, 21 Jul 2011 17:14:26 -0700\r
47 Message-ID: <87r55jw4rh.fsf@servo.factory.finestructure.net>\r
48 MIME-Version: 1.0\r
49 Content-Type: multipart/signed; boundary="=-=-=";\r
50         micalg=pgp-sha256; protocol="application/pgp-signature"\r
51 Cc: notmuch@notmuchmail.org\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Fri, 22 Jul 2011 00:14:34 -0000\r
65 \r
66 --=-=-=\r
67 Content-Type: text/plain; charset=utf-8\r
68 Content-Transfer-Encoding: quoted-printable\r
69 \r
70 On Thu, 21 Jul 2011 20:00:45 -0400, Antoine Beaupr=C3=A9 <anarcat@koumbit.o=\r
71 rg> wrote:\r
72 > How about we patch that in? Seems like a major feature missing...\r
73 \r
74 Handling postponed messages is definitely something that's missing.\r
75 It's a little tricky, though, because notmuch-show.el doesn't handle\r
76 display of message-mode formatted save files very well, as Austin\r
77 previously pointed out.  I think we need to make a new notmuch-drafts.el\r
78 or something like that, to make the UI clean.\r
79 \r
80 jamie.\r
81 \r
82 --=-=-=\r
83 Content-Type: application/pgp-signature\r
84 \r
85 -----BEGIN PGP SIGNATURE-----\r
86 Version: GnuPG v1.4.11 (GNU/Linux)\r
87 \r
88 iQIcBAEBCAAGBQJOKMDiAAoJEO00zqvie6q84gcP/29w7Ff4Hn2PhQCy1XcIC8Ly\r
89 Um6IesqRfy8p4Z1cgbYSba9+bqf1qwpWDuC4DMJVehL+IKTjwA5XDIl3/tpQNwtV\r
90 Yw7I6/Hhg08Jpmdi3pW2gxtY0yOJsEomh46mybiLFNtq/Lr4fyrFxVA4V/LDDAVc\r
91 hSe+wyc4NCEYCo+iGAXRBZAb6ybInvdXVKzjHxX8wEcsaDXzaam2h1SKGyxkDxQU\r
92 kx5cdR1974kH43k7HER6RROrcnkFJq+i15/Za34Wz5eriK9WepxIzwmwOFjsutpd\r
93 uhDYbFUK8tqmevqEDx60oFSSaNem06LEj1vygX5cu/IWdYQyDyMMCU6DOGIW0X4C\r
94 owgUuSXn/t4EyJOMOl5P8XSeWR3A2bbYDdQXqEaNxadUd2EC6sPA2KXWSQ8CaZ2N\r
95 i5i4Fil933bEPXLZSC1Uf8h99PUr781n5/0cvR19TiBhyVD+a6YU3/2UPjFuPEhi\r
96 varuPtfCam1NpiIPUOT8HWg9vcAXGqHmkXtgha5gtWhRhEjBoO4hQItsJqKgsyQg\r
97 isLrL/duCO8A3JIoIPhMraF/PDe9dDBzOkpSsM3vdVD6AbnYNP+KYMDHpyig8U8t\r
98 /h24dsvjEl2v+lMmBkuTXLKthHVj1mlTm2U3TCru1kHVzQ/HTb6dsOikSUSn/t4g\r
99 j4hHie5nzrWqq/aW1aYA\r
100 =ijAN\r
101 -----END PGP SIGNATURE-----\r
102 --=-=-=--\r