Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines
authorDavid Edmondson <dme@dme.org>
Fri, 17 Feb 2012 18:46:21 +0000 (18:46 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:38 +0000 (09:44 -0800)
e8/273d6a24a4831228b64b11e72a3403e0f6b917 [new file with mode: 0644]

diff --git a/e8/273d6a24a4831228b64b11e72a3403e0f6b917 b/e8/273d6a24a4831228b64b11e72a3403e0f6b917
new file mode 100644 (file)
index 0000000..245fd0a
--- /dev/null
@@ -0,0 +1,83 @@
+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 79527429E42\r
+       for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 10:46:33 -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 P1ZAY-kytafF for <notmuch@notmuchmail.org>;\r
+       Fri, 17 Feb 2012 10:46:32 -0800 (PST)\r
+Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
+       [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id ED9F6431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 10:46:31 -0800 (PST)\r
+Received: by wibhi8 with SMTP id hi8so2095720wib.26\r
+       for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 10:46:30 -0800 (PST)\r
+Received: by 10.180.109.225 with SMTP id hv1mr5630590wib.6.1329504390839;\r
+       Fri, 17 Feb 2012 10:46:30 -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 er8sm39119704wib.1.2012.02.17.10.46.29\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Fri, 17 Feb 2012 10:46:29 -0800 (PST)\r
+Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
+       id 21114A0244; Fri, 17 Feb 2012 18:46:28 +0000 (GMT)\r
+To: Daniel Schoepe <daniel@schoepe.org>\r
+Subject: Re: [PATCH] emacs: Add configurable wrapping width for\r
+       notmuch-wash-wrap-long-lines\r
+References: <1329503684-31289-1-git-send-email-daniel@schoepe.org>\r
+From: David Edmondson <dme@dme.org>\r
+Date: Fri, 17 Feb 2012 18:46:21 +0000\r
+In-Reply-To: <1329503684-31289-1-git-send-email-daniel@schoepe.org> (Daniel\r
+       Schoepe's message of "Fri, 17 Feb 2012 19:34:44 +0100")\r
+Message-ID: <cunhaypfgci.fsf@hotblack-desiato.hh.sledj.net>\r
+User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/23.3 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Gm-Message-State:\r
+ ALoCoQmJNci+NtSl5WKPtY8ek6Wqcu1K1wNLEhkR+L0QlrRlh+J2wRRA8gl2YBFWfYHTUA78wuO0\r
+Cc: notmuch@notmuchmail.org\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: Fri, 17 Feb 2012 18:46:33 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+* daniel@schoepe.org [2012-02-17 Fri 18:34]\r
+> This introduces a variable to control after how many characters a line\r
+> is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the\r
+> window width if it is lower).\r
+\r
+What do you use this for?\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk8+oH0ACgkQaezQq/BJZRZc0gCgi6mVgtmOSt1TyVkSBH+XPzQA\r
+/9sAn2dkzqdPkHnnTG0ESgHyq2LnxLfs\r
+=WfCk\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r