Re: [PATCH] emacs: Improved printing support.
authorDavid Edmondson <dme@dme.org>
Tue, 3 Jan 2012 11:37:33 +0000 (11:37 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:41:34 +0000 (09:41 -0800)
b2/33e629aa41216fc1b2f0339a1c540584dd2070 [new file with mode: 0644]

diff --git a/b2/33e629aa41216fc1b2f0339a1c540584dd2070 b/b2/33e629aa41216fc1b2f0339a1c540584dd2070
new file mode 100644 (file)
index 0000000..2cc60ec
--- /dev/null
@@ -0,0 +1,88 @@
+Return-Path: <dme@dme.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0654A429E21\r
+       for <notmuch@notmuchmail.org>; Tue,  3 Jan 2012 03:37:43 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id UGNi-T9enXnc for <notmuch@notmuchmail.org>;\r
+       Tue,  3 Jan 2012 03:37:42 -0800 (PST)\r
+Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com\r
+ [74.125.82.41])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ 4271E431FD0   for <notmuch@notmuchmail.org>; Tue,  3 Jan 2012 03:37:42 -0800\r
+ (PST)\r
+Received: by wgbdt12 with SMTP id dt12so21211708wgb.2\r
+       for <notmuch@notmuchmail.org>; Tue, 03 Jan 2012 03:37:41 -0800 (PST)\r
+Received: by 10.216.132.81 with SMTP id n59mr28434620wei.28.1325590660996;\r
+       Tue, 03 Jan 2012 03:37:40 -0800 (PST)\r
+Received: from hotblack-desiato.hh.sledj.net\r
+       (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
+       by mx.google.com with ESMTPS id fy5sm126290261wib.7.2012.01.03.03.37.39\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Tue, 03 Jan 2012 03:37:39 -0800 (PST)\r
+Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
+       id B1763A05D6; Tue,  3 Jan 2012 11:37:37 +0000 (GMT)\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: Improved printing support.\r
+In-Reply-To: <87d3b4o8mf.fsf@zancas.localnet>\r
+References: <1325240897-27525-1-git-send-email-dme@dme.org>\r
+       <87d3b4o8mf.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
+       Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
+From: David Edmondson <dme@dme.org>\r
+Date: Tue, 03 Jan 2012 11:37:33 +0000\r
+Message-ID: <cun7h196mpu.fsf@hotblack-desiato.hh.sledj.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 03 Jan 2012 11:37:43 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, 31 Dec 2011 15:15:36 -0400, David Bremner <david@tethera.net> wrote:\r
+> print using muttprint doesn't seem to work for me, I get a message:\r
+>=20\r
+>       "zsh:1: no matches found:\r
+>       Date_To_From_CC_Newsgroups_*Subject*_/Tags/"=20\r
+\r
+zsh is appropriately fussy about unquoted wildcards. I'll send an\r
+updated version.\r
+\r
+> I wonder if the header line for ps-print could be easily improved (say\r
+> by giving the buffer a suggestive name).\r
+\r
+Good idea. Will look into it.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk8C6H4ACgkQaezQq/BJZRbSJgCfTcWJmi9fG7NvMfffVpFtheW2\r
+AGcAmwV3mG+9pd6QsHlovUrqdNLGc4Xx\r
+=1KeF\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r