Variable: feedmail-ask-before-queue-default

feedmail-ask-before-queue-default is a customizable variable defined in feedmail.el.gz.

Value

"queue"

Documentation

Meaning if user hits return in response to the message action prompt.

Should be a character or a string; if a string, only the first character is significant. Useful values are those described in the help for the message action prompt.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-ask-before-queue-default "queue"
  "Meaning if user hits return in response to the message action prompt.
Should be a character or a string; if a string, only the first
character is significant.  Useful values are those described in
the help for the message action prompt."
  :group 'feedmail-queue
  :type '(choice string integer)	;use integer to get char
  )