[PATCH 5/8] lib: iterator API for message properties
[notmuch-archives.git] / 3d / 2da3589d40bf5411576893d9af04800616ed06
1 Return-Path: <darren@fernseed.info>\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 E8763431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 20 Dec 2010 02:15:00 -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: 3.206\r
10 X-Spam-Level: ***\r
11 X-Spam-Status: No, score=3.206 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FH_HOST_IN_ADDRARPA=2.933, RDNS_DYNAMIC=0.363, T_MIME_NO_TEXT=0.01]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id 1ACcCJe532cE for <notmuch@notmuchmail.org>;\r
18         Mon, 20 Dec 2010 02:15:00 -0800 (PST)\r
19 Received: from silentio.fernseed.info (202.4.169.217.in-addr.arpa\r
20         [217.169.4.202])\r
21         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
22         (No client certificate requested)\r
23         by olra.theworths.org (Postfix) with ESMTPS id 0D99B431FB5\r
24         for <notmuch@notmuchmail.org>; Mon, 20 Dec 2010 02:15:00 -0800 (PST)\r
25 Received: from localhost (bookbinder.fernseed.info\r
26         [IPv6:2001:8b0:ff94:1:224:2cff:fe37:838b])\r
27         (Authenticated sender: darren)\r
28         by silentio.fernseed.info (Postfix) with ESMTPSA id 5481984B;\r
29         Mon, 20 Dec 2010 10:14:55 +0000 (GMT)\r
30 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fernseed.info;\r
31         s=default; t=1292840097;\r
32         bh=8p8um89FQ1SiiPbl0fBLWMYbYRd2v3JkIhVm3NW0JIg=;\r
33         h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
34         MIME-Version:Content-Type;\r
35         b=K2CI2zpnfDVDTsbgHnC+e1e08DEZ24OoJvsd225yC4jt7sPUkyMYydbOODjjw4338\r
36         OTt4prUGfoWady06DvLYSffMRMvbVEpdqbBriKDTlA3FLz904QaZ8xtQGfs+1HpLfQ\r
37         oFniOsZROdA6lqV+QEvlpEnzDWk2OTAnACaimg1w=\r
38 From: Darren McGuicken <mailing-notmuch@fernseed.info>\r
39 To: Scott Henson <scott@foolishpride.org>, notmuch <notmuch@notmuchmail.org>\r
40 Subject: Re: Bug in emacs showing long threads\r
41 In-Reply-To: <AANLkTinEC7cp_53GY0Pa=++tS7MYfOJScz2KyQzz5UrS@mail.gmail.com>\r
42 References: <AANLkTinEC7cp_53GY0Pa=++tS7MYfOJScz2KyQzz5UrS@mail.gmail.com>\r
43 User-Agent: Notmuch/0.5-17-g68ee132 (http://notmuchmail.org) Emacs/23.2.1\r
44         (i686-pc-linux-gnu)\r
45 Date: Mon, 20 Dec 2010 10:14:40 +0000\r
46 Message-ID: <87ipyoagz3.fsf@bookbinder.fernseed.info>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha1; protocol="application/pgp-signature"\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 20 Dec 2010 10:15:01 -0000\r
63 \r
64 --=-=-=\r
65 \r
66 On Sun, 19 Dec 2010 22:27:05 -0500, Scott Henson <scott@foolishpride.org> wrote:\r
67 > I've been having problems with really long threads for a while when\r
68 > using notmuch.  When I click on them in emacs to display the content,\r
69 > I get "Lisp nesting exceeds `max-lisp-eval-depth'"\r
70 \r
71 Hi Scott, have you tried just bumping up the value of\r
72 max-lisp-eval-depth from its default value?  I'm not sure that gets at\r
73 the root of the problem but it should at least make the threads\r
74 viewable.\r
75 \r
76 Try adding to your .emacs, something like:\r
77    (setq max-lisp-eval-depth 1000)\r
78 \r
79 \r
80 --=-=-=\r
81 Content-Type: application/pgp-signature\r
82 \r
83 -----BEGIN PGP SIGNATURE-----\r
84 Version: GnuPG v1.4.10 (GNU/Linux)\r
85 \r
86 iEYEARECAAYFAk0PLJAACgkQP1ao/7snsT7k4ACfW303rDTKMDeMyxy34BMuNSHo\r
87 hAcAnRczNcHY75XhLou1zjUtb7xT2/OI\r
88 =1Say\r
89 -----END PGP SIGNATURE-----\r
90 --=-=-=--\r