Variable: rmail-movemail-program
rmail-movemail-program is a customizable variable defined in
rmail.el.gz.
Value
"/nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/libexec/emacs/29.4/aarch64-unknown-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))