From 8a7377b52deb44a201eaf8f6575a3afaf61085d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Feb 2002 17:00:33 +0000 Subject: [PATCH] (uce-reply-to-uce): Fix incorrect behavior when invoked from Rmail with full headers displayed. --- lisp/mail/uce.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5