by hand, if necessary (Bug#4878).
+2009-11-07 Chong Yidong <cyd@stupidchicken.com>
+
+ * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
+ by hand, if necessary (Bug#4878).
+
2009-11-06 Chong Yidong <cyd@stupidchicken.com>
* buff-menu.el (Buffer-menu-buffer+size): Use display property to
(select-window owin))
(if (buffer-name rmail-buffer)
(with-current-buffer rmail-buffer
- (rmail-show-message msg-num t))))))
+ (rmail-show-message msg-num t))))
+ ;; In linum mode, the message buffer must be specially
+ ;; updated (Bug#4878).
+ (and (fboundp 'linum-update)
+ (buffer-name rmail-buffer)
+ (linum-update rmail-buffer))))
(rmail-summary-update-highlight nil)))))
(defun rmail-summary-save-buffer ()