Mercurial > emacs
comparison lisp/mail/rmail.el @ 22591:ab11b5ffa8de
(rmail-enable-mime): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:17:20 +0000 |
parents | b7643337d0c3 |
children | f5539d91e129 |
comparison
equal
deleted
inserted
replaced
22590:fd24f556ad8f | 22591:ab11b5ffa8de |
---|---|
341 If the value is t, RMAIL automatically shows MIME decoded message. | 341 If the value is t, RMAIL automatically shows MIME decoded message. |
342 If the value is neither t nor nil, RMAIL does not show MIME decoded message | 342 If the value is neither t nor nil, RMAIL does not show MIME decoded message |
343 until a user explicitly requires it." | 343 until a user explicitly requires it." |
344 :type '(choice (const :tag "on" t) | 344 :type '(choice (const :tag "on" t) |
345 (const :tag "off" nil) | 345 (const :tag "off" nil) |
346 (sexp :tag "when asked" :format "%t\n" ask)) | 346 (other :tag "when asked" ask)) |
347 :group 'rmail) | 347 :group 'rmail) |
348 | 348 |
349 ;;;###autoload | 349 ;;;###autoload |
350 (defvar rmail-show-mime-function nil | 350 (defvar rmail-show-mime-function nil |
351 "Function to show MIME decoded message of RMAIL file.") | 351 "Function to show MIME decoded message of RMAIL file.") |