[PATCH 2/9] lib: private string map (associative array) API
[notmuch-archives.git] / 1f / 18d7d6e6624a7eea9b399fe39e0ff4790db83d
1 Return-Path: <bremner@unb.ca>\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 D4B11431E62\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Aug 2012 06:02:20 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 3W04OSML-vey for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Aug 2012 06:02:18 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 97EAD431FAE\r
21         for <notmuch@notmuchmail.org>; Fri,  3 Aug 2012 06:02:18 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1SxHW5-0004Az-1E; Fri, 03 Aug 2012 10:02:13 -0300\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1SxHVz-0003fh-Lu; Fri, 03 Aug 2012 10:02:03 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Robert Horn <rjhorn@alum.mit.edu>, notmuch@notmuchmail.org\r
32 Subject: Re: Bug (?) difference 24.1 and 23.3.1\r
33 In-Reply-To: <m37gtg9qzq.fsf@quad.robs.office>\r
34 References: <m37gtg9qzq.fsf@quad.robs.office>\r
35 User-Agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.4.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Fri, 03 Aug 2012 10:02:03 -0300\r
38 Message-ID: <87ehno9lis.fsf@convex-new.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-Spam_bar: -\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 03 Aug 2012 13:02:21 -0000\r
55 \r
56 Robert Horn <rjhorn@alum.mit.edu> writes:\r
57 \r
58 > I didn't find a reference to this bug, but before digging in deeper I'll\r
59 > ask if this is a duplicate.  When viewing the same email message using\r
60 > emacs 24.1 and 23.3.1 I get an error in 24.1.\r
61 >\r
62 > The error is: \r
63 > mm-inline-text-html: Symbol's value as variable is void:\r
64 > gnus-inhibit-images\r
65 \r
66 There is some discussion in the thread starting at\r
67 id:"1324309559-7993-1-git-send-email-dme@dme.org"; basically it seems to\r
68 be a gnus bug, but maybe we should work around it some how.  It was\r
69 supposed to be fixed upstream in gnus, but apparently not.\r
70 \r
71 d\r
72 \r