Variable: rmail-movemail-program

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

Value

"/nix/store/yvwy8dm26cpa1j12ixgs1dyiaw2abdk9-emacs-snapshot/libexec/emacs/31.0.50/x86_64-pc-linux-gnu/movemail"

Documentation

If non-nil, the file name of the movemail program.

If you customize this after starting Rmail, reset the variable rmail-movemail-variant-in-use to the nil value, and then restart Rmail.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defcustom rmail-movemail-program nil
  "If non-nil, the file name of the `movemail' program.
If you customize this after starting Rmail, reset the
variable `rmail-movemail-variant-in-use' to the nil value,
and then restart Rmail."
  :group 'rmail-retrieve
  :type '(choice (const nil) string))