how Rmail displays lines starting with \">*From \" in non-MIME messages.
See also `unrmail-mbox-format'."
- :type '(choice (const 'mboxrd)
- (const 'mboxro))
+ :type '(choice (const mboxrd)
+ (const mboxro))
:version "24.4"
- :group 'rmail)
+ :group 'rmail-files)
(defun rmail-show-message-1 (&optional msg)
"Show message MSG (default: current message) using `rmail-view-buffer'.
\">>From \", and so on. For this reason, mboxrd is recommended.
See also `rmail-mbox-format'."
- :type '(choice (const 'mboxrd)
- (const 'mboxro))
+ :type '(choice (const mboxrd)
+ (const mboxro))
:version "24.4"
- :group 'rmail)
+ :group 'rmail-files)
;;;###autoload
(defun unrmail (file to-file)