[PATCH 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / 77 / 805e2d4d8c3bd62416830b83f2b0489963e1c4
1 Return-Path: <schnouki@schnouki.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 38473431FD0\r
6         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 00:10:22 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id xRs0DPF4DGON for <notmuch@notmuchmail.org>;\r
17         Thu, 10 Nov 2011 00:10:21 -0800 (PST)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 9187B431FB6\r
20         for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 00:10:21 -0800 (PST)\r
21 Received: from thor.loria.fr (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 8DB076A0026;\r
23         Thu, 10 Nov 2011 09:10:19 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1320912619;\r
26         bh=6aexW1TjQ+90csGNggc0X45xIEky6SYnfsm6pJLVxc0=;\r
27         h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
28         MIME-Version:Content-Type;\r
29         b=AmIhT7bd3KRoDWe+OkaO0+bMiXpZAUS1cG+vB6hPV7kxS/DsDslvF2LjhUZLgokDV\r
30         fNNSxx/Eg5DokZxgnUeZ1AKp5ZzIE5Lv1CzWozO8G7VLsm1LshNPrUhfNxSWLrpxkX\r
31         2quQrw23YNPSnHt6xNpDob1yEVe761Pm4990PP9s=\r
32 From: Thomas Jost <schnouki@schnouki.net>\r
33 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
34  notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH 06/13] test: run emacs inside screen\r
36 In-Reply-To: <878vnomntf.fsf@servo.finestructure.net>\r
37 References: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
38         <1317660447-27520-7-git-send-email-schnouki@schnouki.net>\r
39         <878vnomntf.fsf@servo.finestructure.net>\r
40 User-Agent: Notmuch/0.9+66~g79e6e2e (http://notmuchmail.org) Emacs/24.0.90.1\r
41         (x86_64-unknown-linux-gnu)\r
42 Date: Thu, 10 Nov 2011 09:10:16 +0100\r
43 Message-ID: <8762is9z4n.fsf@thor.loria.fr>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 10 Nov 2011 08:10:22 -0000\r
60 \r
61 --=-=-=\r
62 Content-Type: text/plain\r
63 Content-Transfer-Encoding: quoted-printable\r
64 \r
65 On Wed, 09 Nov 2011 23:36:12 -0800, Jameson Graef Rollins <jrollins@finestr=\r
66 ucture.net> wrote:\r
67 > So I just found out (via git bisect) that this patch is causing tests\r
68 > that use smtp-dummy to hang for me.  Has no one else seen the same\r
69 > problem?  Any suggestions about what the issue could be?\r
70 >=20\r
71 > jamie.\r
72 \r
73 The only time I've seen such an issue, it was with Emacs 24 (pretest),\r
74 and I posted a fix here:\r
75 id:"1317660447-27520-14-git-send-email-schnouki@schnouki.net"\r
76 \r
77 If it's a problem with smtp-dummy, I suggest you add printf() statements\r
78 in smtp-dummy.c and run it in another term, *then* run the test suite,\r
79 so that you can see *where* it hangs exactly. That's what I did for the\r
80 Emacs 24 issue :)\r
81 \r
82 Regards,\r
83 \r
84 =2D-=20\r
85 Thomas/Schnouki\r
86 \r
87 --=-=-=\r
88 Content-Type: application/pgp-signature\r
89 \r
90 -----BEGIN PGP SIGNATURE-----\r
91 Version: GnuPG v1.4.11 (GNU/Linux)\r
92 \r
93 iQEcBAEBAgAGBQJOu4boAAoJEMPdciX+bh5IGy4H/0Pvotlex7GISiHFo+mHCGcZ\r
94 PJes+e2n4kl/dWqzOZpWJHbo7tKen9K9q9tiCv5vJy1IZLdoSksDvosyiZrlmiLh\r
95 9uwPwEEqC+5r6dbb/MYHuJqe53avYPRRqFVHJXY6BxULzEXx8nmc9MEZhfPPxjPa\r
96 2QMpYfVJzxtcWP1SX6ctw2ZggAVOIj2+MvTystQt4pfQwCTY0DDod9fS3fU5P2/M\r
97 y97HKbQCr/jKErLzgf8R1TVbR+xh6olXLWMdL4Bp9es2GrweRrj0DWP5EOfMOq9E\r
98 6ouwhSagm5apovoMJQl+JCh3QsI1U+F8E0sOH5RV6IedGB+ppqbqerXhbgS3QvE=\r
99 =557w\r
100 -----END PGP SIGNATURE-----\r
101 --=-=-=--\r