Variable: message-subscribed-addresses

message-subscribed-addresses is a customizable variable defined in message.el.gz.

Value

nil

Documentation

Specifies a list of addresses the user is subscribed to.

If nil, do not use any predefined list subscriptions. This list of addresses can be used in conjunction with message-subscribed-address-functions and message-subscribed-regexps.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-subscribed-addresses nil
  "Specifies a list of addresses the user is subscribed to.
If nil, do not use any predefined list subscriptions.  This list of
addresses can be used in conjunction with
`message-subscribed-address-functions' and `message-subscribed-regexps'."
  :version "22.1"
  :group 'message-interface
  :link '(custom-manual "(message)Mailing Lists")
  :type '(repeat string))