From: Eli Zaretskii <eliz@gnu.org>
To: Julien Danjou <julien@danjou.info>
Cc: 9392@debbugs.gnu.org
Subject: bug#9392: 24.0.50; rmail-forward produces messages in unsupported format that cannot be customized away
Date: Fri, 02 Sep 2011 17:23:04 +0300 [thread overview]
Message-ID: <83r53zt453.fsf@gnu.org> (raw)
In-Reply-To: <sa3zkin43kn.fsf@cigue.easter-eggs.fr>
> From: Julien Danjou <julien@danjou.info>
> Cc: handa@m17n.org, 9392@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?
next prev parent reply other threads:[~2011-09-02 14:23 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-28 9:21 bug#9392: 24.0.50; rmail-forward produces messages in unsupported format that cannot be customized away Eli Zaretskii
2011-08-28 21:04 ` Andreas Schwab
2011-08-29 2:55 ` Eli Zaretskii
2011-08-29 5:17 ` Eli Zaretskii
2011-08-30 0:36 ` Kenichi Handa
2011-08-30 2:57 ` Eli Zaretskii
2011-08-30 5:47 ` Eli Zaretskii
2011-09-02 10:46 ` Eli Zaretskii
2011-09-02 10:54 ` Julien Danjou
2011-09-02 14:23 ` Eli Zaretskii [this message]
2011-09-02 14:27 ` Julien Danjou
2011-09-02 17:59 ` Eli Zaretskii
2011-09-02 18:47 ` Eli Zaretskii
2011-09-02 19:13 ` Julien Danjou
2011-09-02 19:26 ` Eli Zaretskii
2011-09-03 21:49 ` Lars Magne Ingebrigtsen
2011-09-09 9:05 ` Eli Zaretskii
2011-09-16 3:41 ` Kenichi Handa
2011-09-16 6:57 ` Eli Zaretskii
2011-09-16 8:02 ` Kenichi Handa
2011-09-03 0:24 ` Glenn Morris
2011-09-03 7:36 ` Eli Zaretskii
2011-09-06 6:53 ` Reiner Steib
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83r53zt453.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=9392@debbugs.gnu.org \
--cc=julien@danjou.info \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).