aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-art.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 869ff4e661f..f6120dc5c7d 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -1616,6 +1616,16 @@ It is a string, such as \"PGP\". If nil, ask user."
1616 1616
1617(defcustom gnus-blocked-images 'gnus-block-private-groups 1617(defcustom gnus-blocked-images 'gnus-block-private-groups
1618 "Images that have URLs matching this regexp will be blocked. 1618 "Images that have URLs matching this regexp will be blocked.
1619Note that the main reason external images are included in HTML
1620emails (these days) is to allow tracking whether you've read the
1621email message or not. If you allow loading images in HTML
1622emails, you give up privacy.
1623
1624The default value of this variable blocks loading external
1625resources when reading email groups (and therefore stops
1626tracking), but allows loading external resources when reading
1627from NNTP newsgroups and the like.
1628
1619This can also be a function to be evaluated. If so, it will be 1629This can also be a function to be evaluated. If so, it will be
1620called with the group name as the parameter, and should return a 1630called with the group name as the parameter, and should return a
1621regexp." 1631regexp."