Variable: feedmail-force-expand-mail-aliases

feedmail-force-expand-mail-aliases is a customizable variable defined in feedmail.el.gz.

Value

nil

Documentation

If non-nil, force the calling of expand-mail-aliases.

Normally, feedmail tries to figure out if you're using mailalias or mailabbrevs and only calls expand-mail-aliases if it thinks you're using the mailalias package. This user option can be used to force the issue since there are configurations which fool the figuring out.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-force-expand-mail-aliases nil
  "If non-nil, force the calling of `expand-mail-aliases'.
Normally, feedmail tries to figure out if you're using mailalias or
mailabbrevs and only calls `expand-mail-aliases' if it thinks you're
using the mailalias package.  This user option can be used to force
the issue since there are configurations which fool the figuring
out."
  :group 'feedmail-headers
  :type 'boolean
  )