# HG changeset patch # User Glenn Morris # Date 1235791618 0 # Node ID 562b3a7e101663e468c610ccbb04e86c291045cc # Parent 752b3f4e76864c2a81235b805e7eb4377a80eeeb Update commentary. (rmail-mime): Add autoload cookie. diff -r 752b3f4e7686 -r 562b3a7e1016 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 28 03:25:50 2009 +0000 +++ b/lisp/ChangeLog Sat Feb 28 03:26:58 2009 +0000 @@ -1,3 +1,15 @@ +2009-02-28 Glenn Morris + + * mail/rmailmm.el (rmail-mime): Add autoload cookie. + * mail/rmail.el (rmail-mode-map): + * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'. + + * mail/rmail.el (rmail-primary-inbox-list): Doc fix. + Fix custom choice to match default. + (rmail-get-new-mail): Doc fix. + (rmail-beginning-of-message, rmail-end-of-message): Preserve the current + header style. + 2009-02-27 Chong Yidong * replace.el (keep-lines-read-args): Use empty string as diff -r 752b3f4e7686 -r 562b3a7e1016 lisp/mail/rmailmm.el --- a/lisp/mail/rmailmm.el Sat Feb 28 03:25:50 2009 +0000 +++ b/lisp/mail/rmailmm.el Sat Feb 28 03:26:58 2009 +0000 @@ -25,17 +25,8 @@ ;;; Commentary: ;; Essentially based on the design of Alexander Pohoyda's MIME -;; extensions (mime-display.el and mime.el). To use, copy a complete -;; message into a new buffer and call (mime-show t). - -;; To use: - -;; (autoload 'rmail-mime "rmailmm" -;; "Show MIME message." t) -;; (add-hook 'rmail-mode-hook -;; (lambda () -;; (define-key rmail-mode-map (kbd "v") -;; 'rmail-mime))) +;; extensions (mime-display.el and mime.el). +;; Call `M-x rmail-mime' when viewing an Rmail message. ;;; Code: @@ -378,6 +369,7 @@ (rmail-mime-handle content-type content-disposition content-transfer-encoding)))) +;;;###autoload (defun rmail-mime () "Copy buffer contents to a temporary buffer and handle MIME. This calls `rmail-mime-show' to do the real job."