Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: David Edmondson <dme@dme.org>
Cc: ding@gnus.org
Subject: Re: [PATCH] mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the 'Forwarded Message' header and the start of the message.
Date: Sat, 10 Mar 2012 01:57:26 +0100	[thread overview]
Message-ID: <m3eht1mfwp.fsf@stories.gnus.org> (raw)
In-Reply-To: <cunr4xk4dt6.fsf@hotblack-desiato.hh.sledj.net>

David Edmondson <dme@dme.org> writes:

>    (mm-make-handle (mm-uu-copy-to-buffer
> -		   (progn (goto-char start-point) (forward-line) (point))
> +		   (progn
> +		     (goto-char start-point)
> +		     (forward-line)
> +		     (skip-chars-forward "\n")
> +		     (point))

Thanks; applied.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



      reply	other threads:[~2012-03-10  0:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 12:21 David Edmondson
2012-03-10  0:57 ` Lars Magne Ingebrigtsen [this message]

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=m3eht1mfwp.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=dme@dme.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).