Re: Flat search and threaded views
[notmuch-archives.git] / 50 / 1562b54d6d20c4725c8dfccc68e838006d6141
1 Return-Path: <markwalters1009@gmail.com>\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 D4335431FC4\r
6         for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:08 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] 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 raR-qFv6H84R for <notmuch@notmuchmail.org>;\r
18         Tue, 14 May 2013 01:14:03 -0700 (PDT)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 32336431FC2\r
23         for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:03 -0700 (PDT)\r
24 Received: by mail-wi0-f173.google.com with SMTP id hi5so2337552wib.0\r
25         for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:01 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=o/NIe5JbWJHPgTI6SiCXHrlvWNvNSYfIKudBAC2u/uw=;\r
29         b=oTNpsNfPcuCG9fiv3WZ4JAf2hTgH8dJUhOdhxfBbg1OlXJalqDv7hdtRCFBjwS3wfh\r
30         bS/2aAA8vkLyU7VF2T2RSFcc3iCujB7KRgKuT76hp/mPwZL+y8AIQPUethuKGX6beu4I\r
31         95gKcxi0/fjcmUmUsF5YuBmHbpApIUwioBmxeqAPFtOMm5P2Bl5A0jColVr0K6tq7XAV\r
32         ikJD9hm5h4TM6+YCjkcTMX2jfBcZPsB2rjnqtMcwongjeGjHZ+yopCuEnNiUeEz9gGEe\r
33         0zWMvt5BtT1pe4BRFNKmQsTnXlcAMF/KEl246wt6ShGiku1FIs5uA1ue8Xr4hx5Tfljj\r
34         4+kg==\r
35 X-Received: by 10.180.39.233 with SMTP id s9mr3929933wik.25.1368519239440;\r
36         Tue, 14 May 2013 01:13:59 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id f2sm20053331wiv.11.2013.05.14.01.13.57\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Tue, 14 May 2013 01:13:58 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] emacs: tag: fix compile warning\r
45 Date: Tue, 14 May 2013 09:13:53 +0100\r
46 Message-Id: <1368519233-18043-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\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: Tue, 14 May 2013 08:14:09 -0000\r
61 \r
62 When compiling notmuch-tag.el there is a compile warning:\r
63 notmuch-tag.el:27:1:Warning: cl package required at runtime\r
64 \r
65 Since we have decided to allow runtime use of cl we suppress this\r
66 warning by adding a tail comment to the file.\r
67 ---\r
68 \r
69 This warning has irritated me for some time: thanks to Austin (on irc)\r
70 for pointing out how to fix it.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76  emacs/notmuch-tag.el |    4 ++++\r
77  1 files changed, 4 insertions(+), 0 deletions(-)\r
78 \r
79 diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el\r
80 index 75a438b..064cfa8 100644\r
81 --- a/emacs/notmuch-tag.el\r
82 +++ b/emacs/notmuch-tag.el\r
83 @@ -292,3 +292,7 @@ begin with a \"+\" or a \"-\". If REVERSE is non-nil, replace all\r
84  ;;\r
85  \r
86  (provide 'notmuch-tag)\r
87 +\r
88 +;; Local Variables:\r
89 +;; byte-compile-warnings: (not cl-functions)\r
90 +;; End:\r
91 -- \r
92 1.7.9.1\r
93 \r