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 79b2ade62b2..15e88a34227 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -1635,6 +1635,16 @@ It is a string, such as \"PGP\". If nil, ask user."
1635 1635
1636(defcustom gnus-blocked-images 'gnus-block-private-groups 1636(defcustom gnus-blocked-images 'gnus-block-private-groups
1637 "Images that have URLs matching this regexp will be blocked. 1637 "Images that have URLs matching this regexp will be blocked.
1638Note that the main reason external images are included in HTML
1639emails (these days) is to allow tracking whether you've read the
1640email message or not. If you allow loading images in HTML
1641emails, you give up privacy.
1642
1643The default value of this variable blocks loading external
1644resources when reading email groups (and therefore stops
1645tracking), but allows loading external resources when reading
1646from NNTP newsgroups and the like.
1647
1638This can also be a function to be evaluated. If so, it will be 1648This can also be a function to be evaluated. If so, it will be
1639called with the group name as the parameter, and should return a 1649called with the group name as the parameter, and should return a
1640regexp." 1650regexp."