Variable: mailclient-place-body-on-clipboard-flag
mailclient-place-body-on-clipboard-flag is a customizable variable
defined in mailclient.el.gz.
Value
nil
Documentation
If non-nil, put the e-mail body on the clipboard in mailclient.
This is useful on systems where only short mailto:// URLs are supported. Defaults to non-nil on Windows, nil otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/mailclient.el.gz
(defcustom mailclient-place-body-on-clipboard-flag
(fboundp 'w32-set-clipboard-data)
"If non-nil, put the e-mail body on the clipboard in mailclient.
This is useful on systems where only short mailto:// URLs are
supported. Defaults to non-nil on Windows, nil otherwise."
:type 'boolean
:group 'mail)