Mercurial > emacs
comparison lisp/mail/rmailout.el @ 101993:1bb96ade4801
Update for rmail-show-message -> rmail-show-message-1 name change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 13 Feb 2009 07:44:18 +0000 |
parents | cf5cba9728ee |
children | 3c79c5603836 |
comparison
equal
deleted
inserted
replaced
101992:ef7ed7efa61c | 101993:1bb96ade4801 |
---|---|
153 (narrow-to-region (point) (point-max)) | 153 (narrow-to-region (point) (point-max)) |
154 (rmail-count-new-messages t) | 154 (rmail-count-new-messages t) |
155 (if (rmail-summary-exists) | 155 (if (rmail-summary-exists) |
156 (rmail-select-summary | 156 (rmail-select-summary |
157 (rmail-update-summary))) | 157 (rmail-update-summary))) |
158 (rmail-show-message msg))) | 158 (rmail-show-message-1 msg))) |
159 | 159 |
160 (defun rmail-convert-to-babyl-format () | 160 (defun rmail-convert-to-babyl-format () |
161 (let ((count 0) (start (point-min)) | 161 (let ((count 0) (start (point-min)) |
162 (case-fold-search nil) | 162 (case-fold-search nil) |
163 (buffer-undo-list t)) | 163 (buffer-undo-list t)) |
390 (insert-buffer-substring tembuf) | 390 (insert-buffer-substring tembuf) |
391 (rmail-count-new-messages t) | 391 (rmail-count-new-messages t) |
392 (if (rmail-summary-exists) | 392 (if (rmail-summary-exists) |
393 (rmail-select-summary | 393 (rmail-select-summary |
394 (rmail-update-summary))) | 394 (rmail-update-summary))) |
395 (rmail-show-message msg))) | 395 (rmail-show-message-1 msg))) |
396 | 396 |
397 ;;; There are functions elsewhere in Emacs that use this function; | 397 ;;; There are functions elsewhere in Emacs that use this function; |
398 ;;; look at them before you change the calling method. | 398 ;;; look at them before you change the calling method. |
399 ;;;###autoload | 399 ;;;###autoload |
400 (defun rmail-output (file-name &optional count noattribute from-gnus) | 400 (defun rmail-output (file-name &optional count noattribute from-gnus) |