Variable: rmail-movemail-flags

rmail-movemail-flags is a customizable variable defined in rmail.el.gz.

Value

nil

Documentation

List of flags to pass to movemail.

Most commonly used to specify -g to enable GSS-API authentication or -k to enable Kerberos authentication.

This variable was added, or its default value changed, in Emacs 20.3.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defcustom rmail-movemail-flags nil
  "List of flags to pass to movemail.
Most commonly used to specify `-g' to enable GSS-API authentication
or `-k' to enable Kerberos authentication."
  :type '(repeat string)
  :group 'rmail-retrieve
  :version "20.3")