GNU bug report logs -
#2104
23.0.60; mail-yank-original is broken for rmail
Previous Next
Reported by: Kenichi Handa <handa <at> m17n.org>
Date: Thu, 29 Jan 2009 07:45:03 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 2104 <at> emacsbugs.donarmstrong.com (full text, mbox):
In article <dd4ozgy30i.fsf <at> fencepost.gnu.org>, Glenn Morris <rgm <at> gnu.org> writes:
> Kenichi Handa wrote:
> > When RMAIL buffer contains non-ascii text decoded by, for instance,
> > iso-2022-jp and I type "r C-c C-y", non-decoded raw text is inserted
> > in *mail* buffer.
> Please try this:
Thank you, it does fix the problem.
---
Kenichi Handa
handa <at> m17n.org
> *** rmail.el 30 Jan 2009 14:36:37 -0000 1.482
> --- rmail.el 30 Jan 2009 20:04:07 -0000
> ***************
> *** 3367,3373 ****
> (mail-strip-quoted-names
> (if (null cc) to (concat to ", " cc))))))
> (if (string= cc-list "") nil cc-list)))
> ! rmail-view-buffer
> (list (list 'rmail-mark-message
> rmail-buffer
> (with-current-buffer rmail-buffer
> --- 3367,3375 ----
> (mail-strip-quoted-names
> (if (null cc) to (concat to ", " cc))))))
> (if (string= cc-list "") nil cc-list)))
> ! (if (rmail-buffers-swapped-p)
> ! rmail-buffer
> ! rmail-view-buffer)
> (list (list 'rmail-mark-message
> rmail-buffer
> (with-current-buffer rmail-buffer
This bug report was last modified 16 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.