[Patch v5 6/8] lib: add private function to extract the database for a message.
[notmuch-archives.git] / 68 / ecd28d9a93380616f1eec4d7aaee81f93895de
1 Return-Path: <dme@dme.org>\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 CF696429E21\r
6         for <notmuch@notmuchmail.org>; Tue,  3 Jan 2012 04:23:49 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 lP7ezxlOyr1Y for <notmuch@notmuchmail.org>;\r
16         Tue,  3 Jan 2012 04:23:49 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  24F78431FD0    for <notmuch@notmuchmail.org>; Tue,  3 Jan 2012 04:23:49 -0800\r
21  (PST)\r
22 Received: by wgbds13 with SMTP id ds13so22871818wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 03 Jan 2012 04:23:46 -0800 (PST)\r
24 Received: by 10.227.209.66 with SMTP id gf2mr51121278wbb.20.1325593426226;\r
25         Tue, 03 Jan 2012 04:23:46 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id\r
29         fv13sm22253115wbb.21.2012.01.03.04.23.43\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Tue, 03 Jan 2012 04:23:44 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id B4B67A05D6; Tue,  3 Jan 2012 12:23:42 +0000 (GMT)\r
34 To: Konrad Scorciapino <konr@konr.mobi>\r
35 Subject: Re: [PATCH] bound mail-parse-charset,\r
36         used by some functions on mm-view.el when there is no charset\r
37         metadata in the html\r
38 In-Reply-To:\r
39  <CAHL7qsrnqZQW0hR4ojU_BZGD=aAM-oJmC9mqD6SV1P4H1coe+g@mail.gmail.com>\r
40 References: <1301023559-8097-1-git-send-email-konr@konr.mobi>\r
41         <cun1urm8h52.fsf@hotblack-desiato.hh.sledj.net>\r
42         <CAHL7qsrnqZQW0hR4ojU_BZGD=aAM-oJmC9mqD6SV1P4H1coe+g@mail.gmail.com>\r
43 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
44         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
45 From: David Edmondson <dme@dme.org>\r
46 Date: Tue, 03 Jan 2012 12:23:38 +0000\r
47 Message-ID: <cun1urh6kl1.fsf@hotblack-desiato.hh.sledj.net>\r
48 MIME-Version: 1.0\r
49 Content-Type: multipart/signed; boundary="=-=-=";\r
50         micalg=pgp-sha1; protocol="application/pgp-signature"\r
51 Cc: notmuch@notmuchmail.org, Konrad Scorciapino <konrad@scorciapino.com>\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Tue, 03 Jan 2012 12:23:50 -0000\r
65 \r
66 --=-=-=\r
67 Content-Type: text/plain; charset=utf-8\r
68 Content-Transfer-Encoding: quoted-printable\r
69 \r
70 On Tue, 3 Jan 2012 10:15:44 -0200, Konrad Scorciapino <konr@konr.mobi> wrot=\r
71 e:\r
72 > It fixes some encoding issues. I thought it was already incorporated,\r
73 > as I no longer have this issue, but words like 'catal=C3=A0' were being\r
74 > displayed as 'catala', iirc.\r
75 \r
76 I'll mark the patch as 'obsolete', then.\r
77 \r
78 > 2011/12/30 David Edmondson <dme@dme.org>:\r
79 > > Konrad, can you provide a specific example of when this is useful? I\r
80 > > don't understand what it is for.\r
81 \r
82 --=-=-=\r
83 Content-Type: application/pgp-signature\r
84 \r
85 -----BEGIN PGP SIGNATURE-----\r
86 Version: GnuPG v1.4.11 (GNU/Linux)\r
87 \r
88 iEYEARECAAYFAk8C80oACgkQaezQq/BJZRYeYgCeODGUuYLWRbciI74dEtoI/8qj\r
89 SwsAn1Q6xOlkmLhRSPJo5PHEnjDKt2rq\r
90 =ZZiU\r
91 -----END PGP SIGNATURE-----\r
92 --=-=-=--\r