From b79c90313e4d3c1e4964e2b793a69fd711ce7c6c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Mar 2009 14:10:47 +0000 Subject: [PATCH] Fix previous change. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7016022607f..32349dbb0f0 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3274,6 +3274,7 @@ See also user-option `rmail-confirm-expunge'." (if (or was-deleted (not was-swapped)) (rmail-show-message-1 rmail-current-message) ;; Show the same message that was being shown before. + (rmail-display-labels) (rmail-swap-buffers) (setq rmail-buffer-swapped t))))))) -- 2.11.4.GIT