Re: [PATCH 0/5] lib: make folder: prefix literal
[notmuch-archives.git] / 7e / 66185b65a5b9023b5572093fd34bbaa9d64855
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 F1AC6431FD2\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 00:52:27 -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 SVlwCTpbIQGt for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 00:52:26 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.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 2D9EF431FBC\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 00:52:26 -0800 (PST)\r
22 Received: by werb10 with SMTP id b10so4207327wer.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 00:52:23 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.216.131.95 with SMTP id l73mr6925887wei.39.1327481543414;\r
26         Wed, 25 Jan 2012 00:52:23 -0800 (PST)\r
27 Received: from hotblack-desiato.hh.sledj.net\r
28         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
29         by mx.google.com with ESMTPS id l8sm61331308wiy.5.2012.01.25.00.52.21\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Wed, 25 Jan 2012 00:52:22 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id D52F99FD81; Wed, 25 Jan 2012 08:52:20 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH] emacs: Fix a notmuch-print.el compiler warning.\r
37 Date: Wed, 25 Jan 2012 08:52:15 +0000\r
38 Message-Id: <1327481535-27076-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 X-Gm-Message-State:\r
41  ALoCoQmpLTLTTyQsd2D6WbJMZfZ/bHCwsGqOY3aaaujVE57IAswB1Fl/1I3cLN3xzU9DSmpvxcTo\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: Wed, 25 Jan 2012 08:52:28 -0000\r
55 \r
56 `notmuch-show-get-prop' should be declared.\r
57 ---\r
58  emacs/notmuch-print.el |    2 ++\r
59  1 files changed, 2 insertions(+), 0 deletions(-)\r
60 \r
61 diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el\r
62 index f96ccbe..fd86288 100644\r
63 --- a/emacs/notmuch-print.el\r
64 +++ b/emacs/notmuch-print.el\r
65 @@ -19,6 +19,8 @@\r
66  ;;\r
67  ;; Authors: David Edmondson <dme@dme.org>\r
68  \r
69 +(declare-function notmuch-show-get-prop "notmuch-show" (prop &optional props))\r
70 +\r
71  (defcustom notmuch-print-mechanism 'notmuch-print-lpr\r
72    "How should printing be done?"\r
73    :group 'notmuch\r
74 -- \r
75 1.7.8.3\r
76 \r