Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: gnus is ruining my chances of a long line base64 romance
Date: Fri, 20 May 2011 09:01:25 +0900	[thread overview]
Message-ID: <b4mzkmigrze.fsf@jpl.org> (raw)
In-Reply-To: <874o4qsli7.fsf@jidanni.org>

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

Jidanni wrote:

> Gentlemen, it's my first day on a dating site,
> http://www.i-part.com.tw/file/file_viewfile.php?u=2843932

> And gnus cannot deal with my potential dates mail.
> I had to run it through tr -d \\n\ |base64 -d by hand.

I've installed a fix in the Gnus trunk.   Try this:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 509 bytes --]

--- mm-bodies.el~	2011-04-05 05:00:09.835000000 +0000
+++ mm-bodies.el	2011-05-19 23:56:41.750000000 +0000
@@ -197,7 +197,8 @@
 	       (while (re-search-forward "^[\t ]*\r?\n" nil t)
 		 (delete-region (match-beginning 0) (match-end 0)))
 	       (goto-char (point-max))
-	       (when (re-search-backward "^[A-Za-z0-9+/]+=*[\t ]*$" nil t)
+	       (when (re-search-backward "^[\t ]*[A-Za-z0-9+/]+=*[\t ]*$"
+					 nil t)
 		 (forward-line))
 	       (point))))
 	   ((memq encoding '(nil 7bit 8bit binary))

  parent reply	other threads:[~2011-05-20  0:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 16:28 jidanni
2011-05-19 22:27 ` Adam Sjøgren
2011-05-20 15:40   ` Richard Riley
2011-05-20 18:34     ` Eric S Fraga
2011-05-20  0:01 ` Katsumi Yamaoka [this message]
2011-05-20  0:57   ` jidanni
2011-05-20  2:37     ` Katsumi Yamaoka
2011-05-20 14:47     ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mzkmigrze.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).