Variable: rmail-movemail-program
rmail-movemail-program is a customizable variable defined in
rmail.el.gz.
Value
"/nix/store/796qy5jz9b0ygikp41xidcplg2vxxpi4-emacs-29-4/libexec/emacs/29.4/x86_64-pc-linux-gnu/movemail"
Documentation
If non-nil, the file name of the movemail program.
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."
:group 'rmail-retrieve
:type '(choice (const nil) string))