]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Mar 2009 14:10:47 +0000 (14:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Mar 2009 14:10:47 +0000 (14:10 +0000)
lisp/mail/rmail.el

index 7016022607f6fc088bf75c84e3787b61ef1113e2..32349dbb0f0621a9ebbf613c86e8ca815569d8fe 100644 (file)
@@ -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)))))))
 \f