[PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 98 / d0528c23967344f997883908f7c8e3c46825a3
1 Return-Path: <fgeller@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 22DC8431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 16:46:34 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id gvR2pY-uVqfi for <notmuch@notmuchmail.org>;\r
17         Tue, 12 Jul 2011 16:46:32 -0700 (PDT)\r
18 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
19         [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 11B3A431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 16:46:31 -0700 (PDT)\r
23 Received: by fxh19 with SMTP id 19so5460911fxh.19\r
24         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 16:46:30 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=Hf+F2fnibgKzkk9ZCRUkH8UTBA3hQRxqecYNoYnY768=;\r
29         b=uH+duMWUxWGYDP+b70usxP55Cl9jHooh4DEpAelHMM+wJba8gursAp12egGAGj8xCy\r
30         hDdkzGzZWkw357stE2J/F4eg5fTSw/jC6tdJVm4coCtbCFXC9RZdT+ADfwoFZyAMMFF0\r
31         1uXUKVcR15EOD4i912wYOCCDKzpC8CpDQAdb8=\r
32 Received: by 10.223.62.194 with SMTP id y2mr645080fah.123.1310514390452;\r
33         Tue, 12 Jul 2011 16:46:30 -0700 (PDT)\r
34 Received: from localhorst.example.com (brln-4dba5e63.pool.mediaWays.net\r
35         [77.186.94.99])\r
36         by mx.google.com with ESMTPS id 21sm10042130fay.21.2011.07.12.16.46.26\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Tue, 12 Jul 2011 16:46:28 -0700 (PDT)\r
39 Received: by localhorst.example.com (Postfix, from userid 501)\r
40         id E558946A444A; Wed, 13 Jul 2011 01:46:24 +0200 (CEST)\r
41 From: Felix Geller <fgeller@gmail.com>\r
42 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
43  notmuch@notmuchmail.org\r
44 Subject: Re: [PATCH] Emacs: Add variable to toggle message indentation in a\r
45         thread\r
46 In-Reply-To: <87aackwzf6.fsf@servo.factory.finestructure.net>\r
47 References: <m2r55xi4yr.fsf@gmail.com>\r
48         <87aackwzf6.fsf@servo.factory.finestructure.net>\r
49 User-Agent: Emacs/23.3.1 (x86_64-apple-darwin10.7.0)\r
50 Date: Wed, 13 Jul 2011 01:46:24 +0200\r
51 Message-ID: <m2ipr7nju7.fsf@gmail.com>\r
52 MIME-Version: 1.0\r
53 Content-Type: multipart/signed; boundary="==-=-=";\r
54         micalg=pgp-sha1; protocol="application/pgp-signature"\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Tue, 12 Jul 2011 23:46:34 -0000\r
68 \r
69 --==-=-=\r
70 Content-Type: multipart/mixed; boundary="=-=-="\r
71 \r
72 --=-=-=\r
73 Content-Transfer-Encoding: quoted-printable\r
74 \r
75 On Mon, 11 Jul 2011 09:32:45 -0700, Jameson Graef Rollins <jrollins@finestr=\r
76 ucture.net> wrote:\r
77 \r
78 > On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller <fgeller@gmail.com> wrot=\r
79 e:\r
80 > > I added a variable to toggle message indentation in Emacs.\r
81 >=20\r
82 > Hi, Felix.  Thanks for submitting this patch.  I think it's a good idea.\r
83 > I have a couple of comments below, a couple of which echo what Dmitry\r
84 > has already pointed out.\r
85 >=20\r
86 > > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
87 >=20\r
88 > This patch doesn't include a commit log, which is something we generally\r
89 > require.  The preferred way to send patches is with git format-patch or\r
90 > send-email, both of which format patches in such a way that they can be\r
91 > immediately applied to a git repo, including with the commit log.\r
92 \r
93 Ok, tried again :)=20\r
94 \r
95 I attached two commits. One that includes the changes (which have most\r
96 comments incorporated, only that I stick to when rather than if) and one\r
97 that includes a test. I still can't run the tests myself, I attached an\r
98 excerpt of what errors come up for the emacs subset, so I haven't tested\r
99 the test itself :( However, it is a simple copy of an existing one, but\r
100 I use a let to change the value of the new variable and adapted one of\r
101 the existing expected outputs to lack indentation. I'd be grateful if\r
102 someone could test it...\r
103 \r
104 Didn't know about format-patch, thanks :)=20\r
105 \r
106 \r
107 Cheers,\r
108 Felix\r
109 \r
110 \r
111 >\r
112 >=20\r
113 > > +(defcustom notmuch-show-indent-messages-in-thread nil\r
114 > > +  "Should the messages in a thread be indented according to their resp=\r
115 ective depth in the thread?"\r
116 > > +  :group 'notmuch\r
117 > > +  :type 'boolean)\r
118 >=20\r
119 > I agres with Dmitry that this should default to 't', to be consistent\r
120 > with the current default behavior.\r
121 >=20\r
122 > > -    (insert (notmuch-show-spaces-n depth)\r
123 > > +    (insert (if notmuch-show-indent-messages-in-thread\r
124 > > +           (notmuch-show-spaces-n depth)\r
125 > > +         "")\r
126 >=20\r
127 > I also agree with Dmitry's suggestion here to use the following slightly\r
128 > simpler construct:\r
129 >=20\r
130 >  (if notmuch-show-indent-messages-in-thread\r
131 >      (insert (notmuch-show-spaces-n depth)))\r
132 >=20\r
133 > Finally, as Dmitry also points out, you'll almost certainly need to\r
134 > construct a test for this feature, since it constitutes a pretty big\r
135 > formatting change.  It should probably test for both cases of the\r
136 > customization variable.  Check out the tests in tests/emacs for\r
137 > guidance.\r
138 >=20\r
139 > hth.\r
140 >=20\r
141 > jamie.\r
142 Non-text part: application/pgp-signature\r
143 \r
144 \r
145 --=-=-=\r
146 Content-Type: text/x-patch\r
147 Content-Disposition: attachment;\r
148  filename=0001-Added-variable-to-toggle-message-indendation-in-Emac.patch\r
149 Content-Transfer-Encoding: quoted-printable\r
150 \r
151 From=2094570ada2eae1ff1a1feebbda5dff04d223da6b4 Mon Sep 17 00:00:00 2001\r
152 From: Felix Geller <fgeller@gmail.com>\r
153 Date: Wed, 13 Jul 2011 01:30:51 +0200\r
154 Subject: [PATCH 1/2] Added variable to toggle message indendation in Emacs'\r
155  notmuch-show\r
156 \r
157 =2D--\r
158  emacs/notmuch-show.el |   13 ++++++++++---\r
159  1 files changed, 10 insertions(+), 3 deletions(-)\r
160 \r
161 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
162 index f96743b..48df4c5 100644\r
163 =2D-- a/emacs/notmuch-show.el\r
164 +++ b/emacs/notmuch-show.el\r
165 @@ -90,6 +90,11 @@ any given message."\r
166    :group 'notmuch\r
167    :type 'boolean)\r
168 =20\r
169 +(defcustom notmuch-show-indent-messages-in-thread t\r
170 +  "Should messages be indented according to their depth in a thread?"\r
171 +  :group 'notmuch\r
172 +  :type 'boolean)\r
173 +\r
174  (defcustom notmuch-show-indent-multipart nil\r
175    "Should the sub-parts of a multipart/* part be indented?"\r
176    ;; dme: Not sure which is a good default.\r
177 @@ -237,8 +242,9 @@ unchanged ADDRESS if parsing fails."\r
178    "Insert a notmuch style headerline based on HEADERS for a\r
179  message at DEPTH in the current thread."\r
180    (let ((start (point)))\r
181 =2D    (insert (notmuch-show-spaces-n depth)\r
182 =2D         (notmuch-show-clean-address (plist-get headers :From))\r
183 +    (when notmuch-show-indent-messages-in-thread\r
184 +      (insert (notmuch-show-spaces-n depth)))\r
185 +    (insert (notmuch-show-clean-address (plist-get headers :From))\r
186             " ("\r
187             date\r
188             ") ("\r
189 @@ -733,7 +739,8 @@ current buffer, if possible."\r
190      (setq content-end (point-marker))\r
191 =20\r
192      ;; Indent according to the depth in the thread.\r
193 =2D    (indent-rigidly content-start content-end depth)\r
194 +    (when notmuch-show-indent-messages-in-thread\r
195 +      (indent-rigidly content-start content-end depth))\r
196 =20\r
197      (setq message-end (point-max-marker))\r
198 =20\r
199 =2D-=20\r
200 1.7.6\r
201 \r
202 \r
203 --=-=-=\r
204 Content-Type: text/x-patch\r
205 Content-Disposition: attachment;\r
206  filename=0002-Test-for-toggling-message-indentation.patch\r
207 Content-Transfer-Encoding: quoted-printable\r
208 \r
209 From=20016ee41930eed6b53e10c35c62c40fa6bb35b79e Mon Sep 17 00:00:00 2001\r
210 From: Felix Geller <fgeller@gmail.com>\r
211 Date: Wed, 13 Jul 2011 01:32:14 +0200\r
212 Subject: [PATCH 2/2] Test for toggling message indentation\r
213 \r
214 =2D--\r
215  test/emacs                                         |    7 +\r
216  ...show-thread-maildir-storage-without-indentation |  215 ++++++++++++++++=\r
217 ++++\r
218  2 files changed, 222 insertions(+), 0 deletions(-)\r
219  create mode 100644 test/emacs.expected-output/notmuch-show-thread-maildir-=\r
220 storage-without-indentation\r
221 \r
222 diff --git a/test/emacs b/test/emacs\r
223 index 53f455a..c65d6d8 100755\r
224 =2D-- a/test/emacs\r
225 +++ b/test/emacs\r
226 @@ -55,6 +55,13 @@ test_emacs "(notmuch-show \"$maildir_storage_thread\")\r
227             (test-output)"\r
228  test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage\r
229 =20\r
230 +test_begin_subtest "Basic notmuch-show view in emacs without indentation"\r
231 +maildir_storage_thread=3D$(notmuch search --output=3Dthreads id:2009111719=\r
232 0054.GU3165@dottiness.seas.harvard.edu)\r
233 +test_emacs "(let ((notmuch-show-indent-messages-in-thread nil))\r
234 +             (notmuch-show \"$maildir_storage_thread\")\r
235 +             (test-output))"\r
236 +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storag=\r
237 e-without-indentation\r
238 +\r
239  test_begin_subtest "notmuch-show for message with invalid From"\r
240  add_message "[subject]=3D\"message-with-invalid-from\"" \\r
241             "[from]=3D\"\\\"Invalid \\\" From\\\" <test_suite@notmuchmail.org>\""\r
242 diff --git a/test/emacs.expected-output/notmuch-show-thread-maildir-storage=\r
243 -without-indentation b/test/emacs.expected-output/notmuch-show-thread-maild=\r
244 ir-storage-without-indentation\r
245 new file mode 100644\r
246 index 0000000..cdc8fbd\r
247 =2D-- /dev/null\r
248 +++ b/test/emacs.expected-output/notmuch-show-thread-maildir-storage-withou=\r
249 t-indentation\r
250 @@ -0,0 +1,215 @@\r
251 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed)\r
252 +Subject: [notmuch] Working with Maildir storage?\r
253 +To: notmuch@notmuchmail.org\r
254 +Date: Tue, 17 Nov 2009 14:00:54 -0500\r
255 +\r
256 +[ multipart/mixed ]\r
257 +[ multipart/signed ]\r
258 +[ text/plain ]\r
259 +I saw the LWN article and decided to take a look at notmuch.  I'm\r
260 +currently using mutt and mairix to index and read a collection of\r
261 +Maildir mail folders (around 40,000 messages total).\r
262 +\r
263 +notmuch indexed the messages without complaint, but my attempt at\r
264 +searching bombed out. Running, for example:\r
265 +\r
266 +  notmuch search storage\r
267 +\r
268 +Resulted in 4604 lines of errors along the lines of:\r
269 +\r
270 +  Error opening\r
271 +  /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname,U=\r
272 =3D3026:2,S:\r
273 +  Too many open files\r
274 +\r
275 +I'm curious if this is expected behavior (i.e., notmuch does not work\r
276 +with Maildir) or if something else is going on.\r
277 +\r
278 +Cheers,\r
279 +\r
280 +[ 5-line signature. Click/Enter to show. ]\r
281 +--=20\r
282 +Lars Kellogg-Stedman <lars@seas.harvard.edu>\r
283 +Senior Technologist, Computing and Information Technology\r
284 +Harvard University School of Engineering and Applied Sciences\r
285 +\r
286 +[ application/pgp-signature ]\r
287 +[ text/plain ]\r
288 +[ 4-line signature. Click/Enter to show. ]\r
289 +_______________________________________________\r
290 +notmuch mailing list\r
291 +notmuch@notmuchmail.org\r
292 +http://notmuchmail.org/mailman/listinfo/notmuch\r
293 +Mikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox signed unrea=\r
294 d)\r
295 +Subject: Re: [notmuch] Working with Maildir storage?\r
296 +To: notmuch@notmuchmail.org\r
297 +Date: Wed, 18 Nov 2009 01:02:38 +0600\r
298 +\r
299 +[ multipart/mixed ]\r
300 +[ multipart/signed ]\r
301 +[ text/plain ]\r
302 +\r
303 +Twas brillig at 14:00:54 17.11.2009 UTC-05 when lars@seas.harvard.edu did =\r
304 gyre and gimble:\r
305 +\r
306 + LK> Resulted in 4604 lines of errors along the lines of:\r
307 +\r
308 + LK>   Error opening\r
309 + LK>   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostn=\r
310 ame,U=3D3026:2,S:\r
311 + LK>   Too many open files\r
312 +\r
313 +See the patch just posted here.\r
314 +\r
315 +[ 2-line signature. Click/Enter to show. ]\r
316 +--=20\r
317 +http://fossarchy.blogspot.com/\r
318 +[ application/pgp-signature ]\r
319 +[ text/plain ]\r
320 +[ 4-line signature. Click/Enter to show. ]\r
321 +_______________________________________________\r
322 +notmuch mailing list\r
323 +notmuch@notmuchmail.org\r
324 +http://notmuchmail.org/mailman/listinfo/notmuch\r
325 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-17) (inbox signed un=\r
326 read)\r
327 +Subject: Re: [notmuch] Working with Maildir storage?\r
328 +To: Mikhail Gusarov <dottedmag@dottedmag.net>\r
329 +Cc: notmuch@notmuchmail.org\r
330 +Date: Tue, 17 Nov 2009 15:33:01 -0500\r
331 +\r
332 +[ multipart/mixed ]\r
333 +[ multipart/signed ]\r
334 +[ text/plain ]\r
335 +> See the patch just posted here.\r
336 +\r
337 +Is the list archived anywhere?  The obvious archives\r
338 +(http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
339 +think I subscribed too late to get the patch (I only just saw the\r
340 +discussion about it).\r
341 +\r
342 +It doesn't look like the patch is in git yet.\r
343 +\r
344 +-- Lars\r
345 +\r
346 +[ 5-line signature. Click/Enter to show. ]\r
347 +--=20\r
348 +Lars Kellogg-Stedman <lars@seas.harvard.edu>\r
349 +Senior Technologist, Computing and Information Technology\r
350 +Harvard University School of Engineering and Applied Sciences\r
351 +\r
352 +[ application/pgp-signature ]\r
353 +[ text/plain ]\r
354 +[ 4-line signature. Click/Enter to show. ]\r
355 +_______________________________________________\r
356 +notmuch mailing list\r
357 +notmuch@notmuchmail.org\r
358 +http://notmuchmail.org/mailman/listinfo/notmuch\r
359 +ikhail Gusarov <dottedmag@dottedmag.net> (2009-11-17) (inbox unread)\r
360 +ubject: [notmuch] Working with Maildir storage?\r
361 +o: notmuch@notmuchmail.org\r
362 +ate: Wed, 18 Nov 2009 02:50:48 +0600\r
363 +\r
364 +\r
365 +was brillig at 15:33:01 17.11.2009 UTC-05 when lars at seas.harvard.edu di=\r
366 d gyre and gimble:\r
367 +\r
368 +LK> Is the list archived anywhere?  The obvious archives\r
369 +LK> (http://notmuchmail.org/pipermail/notmuch/) aren't available, and I\r
370 +LK> think I subscribed too late to get the patch (I only just saw the\r
371 +LK> discussion about it).\r
372 +\r
373 +LK> It doesn't look like the patch is in git yet.\r
374 +\r
375 +ust has been pushed\r
376 +\r
377 + 10-line signature. Click/Enter to show. ]\r
378 +-=20\r
379 +ttp://fossarchy.blogspot.com/\r
380 +------------- next part --------------\r
381 + non-text attachment was scrubbed...\r
382 +ame: not available\r
383 +ype: application/pgp-signature\r
384 +ize: 834 bytes\r
385 +esc: not available\r
386 +RL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091118/0e33d96=\r
387 4/attachment.pgp>\r
388 +\r
389 +eith Packard <keithp@keithp.com> (2009-11-17) (inbox unread)\r
390 +ubject: [notmuch] Working with Maildir storage?\r
391 +o: notmuch@notmuchmail.org\r
392 +ate: Tue, 17 Nov 2009 13:24:13 -0800\r
393 +\r
394 +n Tue, 17 Nov 2009 15:33:01 -0500, Lars Kellogg-Stedman <lars at seas.harv=\r
395 ard.edu> wrote:\r
396 + > See the patch just posted here.\r
397 +\r
398 +'ve also pushed a slightly more complicated (and complete) fix to my\r
399 +rivate notmuch repository\r
400 +\r
401 +it://keithp.com/git/notmuch\r
402 +\r
403 + Is the list archived anywhere?\r
404 +\r
405 +ops. Looks like Carl's mail server is broken. He's traveling to\r
406 +arcelona today and so it won't get fixed for a while.\r
407 +\r
408 +hanks to everyone for trying out notmuch!\r
409 +\r
410 +keith\r
411 +\r
412 +Lars Kellogg-Stedman <lars@seas.harvard.edu> (2009-11-18) (inbox signed un=\r
413 read)\r
414 +Subject: Re: [notmuch] Working with Maildir storage?\r
415 +To: Keith Packard <keithp@keithp.com>\r
416 +Cc: notmuch@notmuchmail.org\r
417 +Date: Tue, 17 Nov 2009 19:50:40 -0500\r
418 +\r
419 +[ multipart/mixed ]\r
420 +[ multipart/signed ]\r
421 +[ text/plain ]\r
422 +> I've also pushed a slightly more complicated (and complete) fix to my\r
423 +> private notmuch repository\r
424 +\r
425 +The version of lib/messages.cc in your repo doesn't build because it's\r
426 +missing "#include <stdint.h>" (for the uint32_t on line 466).\r
427 +\r
428 +[ 5-line signature. Click/Enter to show. ]\r
429 +--=20\r
430 +Lars Kellogg-Stedman <lars@seas.harvard.edu>\r
431 +Senior Technologist, Computing and Information Technology\r
432 +Harvard University School of Engineering and Applied Sciences\r
433 +\r
434 +[ application/pgp-signature ]\r
435 +[ text/plain ]\r
436 +[ 4-line signature. Click/Enter to show. ]\r
437 +_______________________________________________\r
438 +notmuch mailing list\r
439 +notmuch@notmuchmail.org\r
440 +http://notmuchmail.org/mailman/listinfo/notmuch\r
441 +Carl Worth <cworth@cworth.org> (2009-11-18) (inbox unread)\r
442 +Subject: [notmuch] Working with Maildir storage?\r
443 +To: notmuch@notmuchmail.org\r
444 +Date: Wed, 18 Nov 2009 02:08:10 -0800\r
445 +\r
446 +On Tue, 17 Nov 2009 14:00:54 -0500, Lars Kellogg-Stedman <lars at seas.har=\r
447 vard.edu> wrote:\r
448 +> I saw the LWN article and decided to take a look at notmuch.  I'm\r
449 +> currently using mutt and mairix to index and read a collection of\r
450 +> Maildir mail folders (around 40,000 messages total).\r
451 +\r
452 +Welcome, Lars!\r
453 +\r
454 +I hadn't even seen that Keith's blog post had been picked up by lwn.net.\r
455 +That's very interesting. So, thanks for coming and trying out notmuch.\r
456 +\r
457 +>   Error opening\r
458 +>   /home/lars/Mail/read-messages.2008/cur/1246413773.24928_27334.hostname=\r
459 ,U=3D3026:2,S:\r
460 +>   Too many open files\r
461 +\r
462 +Sadly, the lwn article coincided with me having just introduced this\r
463 +bug, and then getting on a Trans-Atlantic flight. So I fixed the bug\r
464 +fairly quickly, but there was quite a bit of latency before I could push\r
465 +the fix out. It should be fixed now.\r
466 +\r
467 +> I'm curious if this is expected behavior (i.e., notmuch does not work\r
468 +> with Maildir) or if something else is going on.\r
469 +\r
470 +Notmuch works just fine with maildir---it's one of the things that it\r
471 +likes the best.\r
472 +\r
473 +Happy hacking,\r
474 +\r
475 +-Carl\r
476 +\r
477 =2D-=20\r
478 1.7.6\r
479 \r
480 \r
481 --=-=-=--\r
482 \r
483 --==-=-=\r
484 Content-Type: application/pgp-signature\r
485 \r
486 -----BEGIN PGP SIGNATURE-----\r
487 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)\r
488 \r
489 iEYEARECAAYFAk4c3NAACgkQMxgKfMb9y5ahegCeMBevomiTLs71WyhBPyKDwwfL\r
490 7zUAoOsusK6uYhUCfsBFpoKkxnNhX9Pt\r
491 =X0pR\r
492 -----END PGP SIGNATURE-----\r
493 --==-=-=--\r