Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 73 / 3bfef114f7c12e122f59427236d71b4b634425
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 E7812431FC0\r
6         for <notmuch@notmuchmail.org>; Sun,  1 Apr 2012 15:17:15 -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 6sbDT-Ukplam for <notmuch@notmuchmail.org>;\r
16         Sun,  1 Apr 2012 15:17:15 -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 4FDB7431FAF\r
20         for <notmuch@notmuchmail.org>; Sun,  1 Apr 2012 15:17:15 -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 D549E328018;\r
23         Sun,  1 Apr 2012 15:17:12 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [76.89.193.65])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 8A79732800C;\r
28         Sun,  1 Apr 2012 15:17:09 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id EA352906; Sun,  1 Apr 2012 15:17:06 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Adam Wolfe Gordon <awg+notmuch@xvx.ca>, notmuch@notmuchmail.org\r
33 Subject: Re: [BUG/PATCH v4 0/4] Bug fixes for reply, rebased\r
34 In-Reply-To: <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca>\r
35 References: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca>\r
36         <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca>\r
37 User-Agent: Notmuch/0.12+93~g9442054 (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-pc-linux-gnu)\r
39 Date: Sun, 01 Apr 2012 15:17:04 -0700\r
40 Message-ID: <87398nm71b.fsf@servo.finestructure.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: multipart/signed; boundary="=-=-=";\r
43         micalg=pgp-sha256; protocol="application/pgp-signature"\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sun, 01 Apr 2012 22:17:16 -0000\r
57 \r
58 --=-=-=\r
59 \r
60 On Sun, Apr 01 2012, Adam Wolfe Gordon <awg+notmuch@xvx.ca> wrote:\r
61 > This series is the same as the one from yesterday [1], rebased onto the\r
62 > current master to resolve some conflicts with Austin's chnages.\r
63 >\r
64 > [1] id:"1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca"\r
65 \r
66 This series applies cleanly against the current master and all tests\r
67 pass and it seems to fix all the issues it's meant to address.  The code\r
68 all looks good to me as well (given my pidgin lisp).\r
69 \r
70 > Adam Wolfe Gordon (4):\r
71 >   test: Tests for reply from alternate addresses in emacs\r
72 >   emacs: Fix two bugs in reply\r
73 >   test: Show all headers in emacs reply tests\r
74 \r
75 I really like your justification for the changes to the tests here.\r
76 Smart move.\r
77 \r
78 >   emacs: Fix the References header in reply\r
79 >\r
80 >  emacs/notmuch-lib.el |    7 +++-\r
81 >  emacs/notmuch-mua.el |   36 +++++++++++++++++----\r
82 >  test/emacs           |   84 +++++++++++++++++++++++++++++++++++++++++++++-----\r
83 >  3 files changed, 110 insertions(+), 17 deletions(-)\r
84 \r
85 LGTM.\r
86 \r
87 Thanks so much for fixing the remaining issues here, Adam.  Good work.\r
88 \r
89 jamie.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.12 (GNU/Linux)\r
96 \r
97 iQIcBAEBCAAGBQJPeNPgAAoJEO00zqvie6q8mzAP/2RRfhKE3L9Rss/iXIzPqh5W\r
98 i08WNUQ5t2LwG1Gj+Opx5on9JiABvlZnwk1A0zpgUFpC/GRRD1uGaik/iJLzU4gE\r
99 m4/U0VA+8C7a749FsMkQ5v51Qys5HumEvvWiXeCPJ2SwpV64QRnsFvzIYuXCS8aA\r
100 KcvUXe2wAgx8DEBMIIWGuoZ73jVOneiJbBQeGYa+VU+mmRi0WlogKPBwTHWlUBlw\r
101 aeJPfCgXvVPWYJqYNsu4sYXEGhUAOluhAuP/OD0T+oQx455v37K0O32Bdpym9fzt\r
102 KV+z/8ftROJkwfC6R64M8tLMxeySoKYC8/HytMxXMkL6qaKFmGXEDGoAiWkTJzbT\r
103 4p06SPiX0Bh8vabKZyoFN0JZAMAe3bg0a2ocA0Xtow3wchwByXmZvMxeemJneXgy\r
104 E4ptSNDMrQTZIwX5gPEqB29rJMk6mhHqLovXiBeWrbs3BD5GFT15t+ipPQOymwil\r
105 FZAlmyC5bjmvun5umWrMrt0x4j+z1Nh+T4/WI65DC6nw9q/RY3U5J1zcI02DNE89\r
106 T1xTNWwUd4v29V/8MEj9EKfdd7Wb3rF+Y5HoS19OYeHeEUe3iVHMaNR2AnkKPZ2o\r
107 dL+umiUKCvKS9WzpA7FODqSNPc/rcdni1aD1yAvOH8yN7lbfsejJZm7yoS0dmqr6\r
108 qxnvCAeMi2rdGDXZhm93\r
109 =csfQ\r
110 -----END PGP SIGNATURE-----\r
111 --=-=-=--\r