Variable: feedmail-ask-before-queue-reprompt

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

Value

"FQM: Please type q, i, d, or e; or ? for help [%s]: "

Documentation

A string which will be used for reprompting after invalid input.

If it contains a "%s", that will be replaced with the value of feedmail-ask-before-queue-default.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defcustom feedmail-ask-before-queue-reprompt "FQM: Please type q, i, d, or e; or ? for help [%s]: "
  "A string which will be used for reprompting after invalid input.
If it contains a \"%s\", that will be replaced with the value of
`feedmail-ask-before-queue-default'."
  :group 'feedmail-queue
  :type 'string
  )