(error "No previous message with labels %s" labels)
(if (> n 0)
(error "No following message with labels %s" labels)
- (rmail-show-message lastwin)))))
+ (rmail-show-message-1 lastwin)))))
(provide 'rmailkwd)
(message "Setting the inbox list for %s for this session"
(file-name-nondirectory (buffer-file-name)))
(setq rmail-inbox-list inbox-list)))
- (rmail-show-message rmail-current-message))
+ (rmail-show-message-1 rmail-current-message))
;; arch-tag: 94614a62-2a0a-4e25-bac9-06f461ed4c60
;;; rmailmsc.el ends here
(if (rmail-summary-exists)
(rmail-select-summary
(rmail-update-summary)))
- (rmail-show-message msg)))
+ (rmail-show-message-1 msg)))
\f
(defun rmail-convert-to-babyl-format ()
(let ((count 0) (start (point-min))
(if (rmail-summary-exists)
(rmail-select-summary
(rmail-update-summary)))
- (rmail-show-message msg)))
+ (rmail-show-message-1 msg)))
\f
;;; There are functions elsewhere in Emacs that use this function;
;;; look at them before you change the calling method.
(delete-char 1)
(setq quit-flag nil)
(rmail-set-message-counters)
- (rmail-show-message current-message)
+ (rmail-show-message-1 current-message)
(if return-to-point
(goto-char return-to-point))
(if (rmail-summary-exists)