GNU bug report logs -
#9392
24.0.50; rmail-forward produces messages in unsupported format that cannot be customized away
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Sun, 28 Aug 2011 09:25:02 UTC
Severity: normal
Found in version 24.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 9392 <at> debbugs.gnu.org (full text, mbox):
> From: Julien Danjou <julien <at> danjou.info>
> Cc: handa <at> m17n.org, 9392 <at> debbugs.gnu.org
> Date: Fri, 02 Sep 2011 12:54:32 +0200
>
> > === modified file 'lisp/gnus/message.el'
> > --- lisp/gnus/message.el 2011-08-20 00:20:39 +0000
> > +++ lisp/gnus/message.el 2011-09-02 09:45:18 +0000
> > @@ -6530,7 +6530,9 @@ are not included."
> > (message-position-point)
> > ;; Allow correct handling of `message-checksum' in `message-yank-original':
> > (set-buffer-modified-p nil)
> > - (undo-boundary))
> > + (undo-boundary)
> > + ;; rmail-start-mail expects message-mail to return t (Bug#9392)
> > + t)
> >
> > (defun message-set-auto-save-file-name ()
> > "Associate the message buffer with a file in the drafts directory."
> >
>
> From my quick understanding, this looks good.
Thanks for your review. So should I commit this, or should I wait for
it to be fixed in the Gnus repository and then merged with the Emacs
trunk?
This bug report was last modified 13 years and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.