Variable: fortune-from-mail
fortune-from-mail is a customizable variable defined in fortune.el.gz.
Value
"private e-mail"
Documentation
String to use to characterize that the fortune comes from an e-mail.
No need to add an in.
Source Code
;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-from-mail "private e-mail"
"String to use to characterize that the fortune comes from an e-mail.
No need to add an `in'."
:type 'string)