[PATCH 1/7] doc/mkdocdeps.py: Convert execfile to import
[notmuch-archives.git] / 2a / ece8932c81219062e5a08c84ec2dba8993aff1
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 8CCFD4196F2\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 06:22:51 -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: -4.19\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
13         autolearn=ham\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 cL0fYQ9FJ74W for <notmuch@notmuchmail.org>;\r
17         Thu, 22 Apr 2010 06:22:50 -0700 (PDT)\r
18 Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
19         by olra.theworths.org (Postfix) with ESMTP id B18D7431FC1\r
20         for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 06:22:50 -0700 (PDT)\r
21 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
22         [72.227.128.66])\r
23         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
24         by serrano.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o3MDMbMw018870\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Thu, 22 Apr 2010 09:22:40 -0400 (EDT)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
28         (envelope-from <jrollins@finestructure.net>)\r
29         id 1O4wMY-00083M-6F; Thu, 22 Apr 2010 09:22:38 -0400\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: David Edmondson <dme@dme.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
32 Subject: Re: problem with notmuch-search-authors-width in JSON emacs\r
33         implementation\r
34 In-Reply-To: <87pr1rkjok.fsf@ut.hh.sledj.net>\r
35 References: <87633ko11s.fsf@servo.finestructure.net>\r
36         <878w8gxfui.fsf@servo.finestructure.net>\r
37         <87pr1rkjok.fsf@ut.hh.sledj.net>\r
38 Date: Thu, 22 Apr 2010 09:22:32 -0400\r
39 Message-ID: <87tyr38vvr.fsf@servo.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-No-Spam-Score: Local\r
44 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.6\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 22 Apr 2010 13:22:51 -0000\r
58 \r
59 --=-=-=\r
60 Content-Transfer-Encoding: quoted-printable\r
61 \r
62 On Thu, 22 Apr 2010 08:52:59 +0100, David Edmondson <dme@dme.org> wrote:\r
63 > On Thu, 22 Apr 2010 00:37:25 -0400, Jameson Rollins <jrollins@finestructu=\r
64 re.net> wrote:\r
65 > > On Wed, 21 Apr 2010 19:09:35 -0400, Jameson Rollins <jrollins@finestruc=\r
66 ture.net> wrote:\r
67 > > > Hey, folks.  I just build from Carl's HEAD which includes the new ema=\r
68 cs\r
69 > > > JSON interface and I'm noticing a problem with the\r
70 > > > notmuch-search-authors-width variable.  If I set the variable as\r
71 > > > follows:\r
72 > > >=20\r
73 > > > (setq notmuch-search-authors-width 40)\r
74 > > >=20\r
75 > > > author lists that overrun the specified width start spitting out into\r
76 > > > the subject field.  I think bremner just confirmed this on irc.  I'll\r
77 > > > try to look into this when I get a chance, but I don't have time right\r
78 > > > now.  Maybe someone with more intimate knowledge of this piece of code\r
79 > > > could figure it out more quickly.\r
80 >=20\r
81 > I thought that I had this fixed up properly. Sorry for the breakage.\r
82 \r
83 No worries.\r
84 \r
85 > Can you show any explicit settings you have for\r
86 > `notmuch-search-authors-width' and `notmuch-search-result-format'? Where\r
87 > do you set them?\r
88 \r
89 Changing notmuch-search-authors-width to anything longer than 20 (which\r
90 is the default set internally) causes the problem (I had it set to 40\r
91 when I first noticed).  It's very easy to test.  You can\r
92 notmuch-search-authors-width on the fly from the configuration manager\r
93 and see the result.  I have not modified notmuch-search-result-format.\r
94 See my previous email on tracking down the issue.\r
95 \r
96 Thanks for the help.\r
97 \r
98 jamie.\r
99 \r
100 --=-=-=\r
101 Content-Type: application/pgp-signature\r
102 \r
103 -----BEGIN PGP SIGNATURE-----\r
104 Version: GnuPG v1.4.10 (GNU/Linux)\r
105 \r
106 iQIcBAEBCAAGBQJL0E2ZAAoJEO00zqvie6q87z0P/3ukmSFVvJoQ/B+gSUvTbXUI\r
107 KWRJ/x6qdjMT/6J3IAv59FzpLxwlgFfYnRFEYKZEMy+sl5QixfCxZ69wHwfHJlGn\r
108 EQxauMvW9873bkJjRzMNm4G9I1vk6Gs446wOR0XWOEWT6ZUrXGmCt7z2wUscCuwE\r
109 b0eDKUcFEJMvJoA0+N4Jz2OsMh04/Z1TXGfzpaqxhJpfArTYjzrVor/y/AdOj6hW\r
110 jzKk43fNJC7iILwDy737ErK3A0TBewbrUwpEoqZT0prBFD/5y6MbqyAOQHl5BVc+\r
111 QZcE0XVuabRqnk6TlgwbeN20UtLy5oLVhpDbfEN27ftlUFuWsL9F//pfdfFD7MzN\r
112 P9ap+wQFS/5DmOPt3T0fuhvRHtbMSEStfBTHpkxxJHmBSCnZX21Er9Ynha7kphdM\r
113 DLU1DhBeMUgvClG7qwXRIIiCLiCV3zISDYtybq4n+pX9l3NSO5XDW/3Ekf+RM1Yw\r
114 8UMcJGMUnv8A5lWs2lFncETRqLn3iUzG2wRLvbMQAG4slr3fn18KKMRGfEtGkfbk\r
115 dk5rOqGdPare9ynuVS+MaVQ45kDiwNeY8vQI33oLcWYfcyGFxsCcOwKsCoFSO5H9\r
116 mVPEac3mqSryODlTfSNlzmCOCv7I7isxeFOHoiUrscfIFqknh1+bUnlAvUPyZc4f\r
117 HqmnH3VVUhW8/yEZQnNd\r
118 =ffEG\r
119 -----END PGP SIGNATURE-----\r
120 --=-=-=--\r