diff options
| -rw-r--r-- | lisp/gnus/gnus-art.el | 10 |
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. |
| 1619 | Note that the main reason external images are included in HTML | ||
| 1620 | emails (these days) is to allow tracking whether you've read the | ||
| 1621 | email message or not. If you allow loading images in HTML | ||
| 1622 | emails, you give up privacy. | ||
| 1623 | |||
| 1624 | The default value of this variable blocks loading external | ||
| 1625 | resources when reading email groups (and therefore stops | ||
| 1626 | tracking), but allows loading external resources when reading | ||
| 1627 | from NNTP newsgroups and the like. | ||
| 1628 | |||
| 1619 | This can also be a function to be evaluated. If so, it will be | 1629 | This can also be a function to be evaluated. If so, it will be |
| 1620 | called with the group name as the parameter, and should return a | 1630 | called with the group name as the parameter, and should return a |
| 1621 | regexp." | 1631 | regexp." |