Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 5d / 689d686396318135cbb4fc56a636c2e8ef8683
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 7253D431FD2\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 01:24:54 -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 Zc0ILO+p5kiz for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 01:24:54 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id B6448431FBC\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 01:24:53 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2305278wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 01:24:52 -0800 (PST)\r
24 Received: by 10.180.96.3 with SMTP id do3mr9859495wib.1.1327483492563;\r
25         Wed, 25 Jan 2012 01:24:52 -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 l8sm61600288wiy.5.2012.01.25.01.24.51\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 25 Jan 2012 01:24:51 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 3392B9FCDA; Wed, 25 Jan 2012 09:24:50 +0000 (GMT)\r
33 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] emacs: Fix a notmuch-print.el compiler warning.\r
35 In-Reply-To: <m2mx9c87h9.fsf@guru.guru-group.fi>\r
36 References: <1327481535-27076-1-git-send-email-dme@dme.org>\r
37         <m2mx9c87h9.fsf@guru.guru-group.fi>\r
38 User-Agent: Notmuch/0.11+108~g5218180 (http://notmuchmail.org) Emacs/24.0.92.1\r
39         (x86_64-pc-linux-gnu)\r
40 From: David Edmondson <dme@dme.org>\r
41 Date: Wed, 25 Jan 2012 09:24:46 +0000\r
42 Message-ID: <cunobtscext.fsf@hotblack-desiato.hh.sledj.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha1; protocol="application/pgp-signature"\r
46 X-Gm-Message-State:\r
47  ALoCoQlpjAcKOANbfxO35JXRLSHeAKwef2+QvQZUqyjbC8uZF4oVLNgJ8R5i6NsaUF/IXVQKPjnu\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Wed, 25 Jan 2012 09:24:54 -0000\r
61 \r
62 --=-=-=\r
63 Content-Type: text/plain\r
64 Content-Transfer-Encoding: quoted-printable\r
65 \r
66 On Wed, 25 Jan 2012 11:19:30 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
67 > On Wed, 25 Jan 2012 08:52:15 +0000, David Edmondson <dme@dme.org> wrote:\r
68 > > `notmuch-show-get-prop' should be declared.\r
69 > > ---\r
70 >=20\r
71 > How 'bout=20\r
72 >=20\r
73 > (require 'notmuch-lib)\r
74 >=20\r
75 > and put that declare-function there ?\r
76 >=20\r
77 > So that when declaration gets checked when notmuch-show defuns it=20\r
78 \r
79 That doesn't work, as I recall. A `declare-function' in a `require'd\r
80 file has no effect - the compiler will still complain.\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 iEYEARECAAYFAk8fyl4ACgkQaezQq/BJZRaf3wCfaxO56s1lkDkHG7FrxoODuLVR\r
89 wgoAnjdmEQ6Ju/wZCzgNUuEt+FZt93iM\r
90 =mAfz\r
91 -----END PGP SIGNATURE-----\r
92 --=-=-=--\r