diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-02-17 17:00:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-02-17 17:00:33 +0000 |
commit | 8a7377b52deb44a201eaf8f6575a3afaf61085d3 (patch) | |
tree | 410bc30d09aab6de02a5ee15fbeed147c4becca8 /lisp/mail/uce.el | |
parent | 9b474b4ec0c7563a26da721c1d4caf9ec4e0536d (diff) | |
download | emacs-8a7377b52deb44a201eaf8f6575a3afaf61085d3.tar.gz |
(uce-reply-to-uce): Fix incorrect behavior when
invoked from Rmail with full headers displayed.
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 8b86dc68dc2..722ef28aa0c 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -255,6 +255,7 @@ address, and postmaster of the mail relay used." ((eq uce-mail-reader 'rmail) (save-excursion (save-restriction + (rmail-toggle-header 1) (widen) (rmail-maybe-set-message-counters) (copy-region-as-kill (rmail-msgbeg rmail-current-message) |