Variable: gnus-registry-unfollowed-addresses
gnus-registry-unfollowed-addresses is a customizable variable defined
in gnus-registry.el.gz.
Value
("root@9e24b7f7032c")
Documentation
List of addresses that gnus-registry-split-fancy-with-parent won't trace.
The addresses are matched, they don't have to be fully qualified. In the messages, these addresses can be the sender or the recipients.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
(defcustom gnus-registry-unfollowed-addresses
(list (regexp-quote user-mail-address))
"List of addresses that gnus-registry-split-fancy-with-parent won't trace.
The addresses are matched, they don't have to be fully qualified.
In the messages, these addresses can be the sender or the
recipients."
:version "24.1"
:type '(repeat regexp))