]> code.delx.au - gnu-emacs/commitdiff
Make mm-html-blocked-images default to "" again
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 9 Feb 2016 22:24:25 +0000 (22:24 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 9 Feb 2016 22:24:25 +0000 (22:24 +0000)
* lisp/gnus/mm-decode.el (mm-html-blocked-images):
Default to "" that blocks all external images.

* doc/misc/emacs-mime.texi (Display Customization):
Mention that mm-html-blocked-images defaults to "".

doc/misc/emacs-mime.texi
lisp/gnus/mm-decode.el

index b7c58d7ebeb045efe248d40ee6b40c360feca105..9c4f10ec90ce1688e2e786a578d0e28cf21a4c55 100644 (file)
@@ -436,7 +436,7 @@ It is effective when @code{mm-text-html-renderer} (@pxref{Display
 Customization}) is @code{shr}.  In Gnus, this is overridden by the value
 of @code{gnus-blocked-images} or the return value of the function that
 @code{gnus-blocked-images} is set to (@pxref{HTML, ,HTML, gnus, Gnus
-manual}).  The default is @code{nil}.
+manual}).  The default is @code{""} that blocks all external images.
 
 @item mm-w3m-safe-url-regexp
 @vindex mm-w3m-safe-url-regexp
index c45258e987cf9e6a88951c1bde41020c3c27860c..f70877dc63a84880219a8d8d45ca93a979df0870 100644 (file)
@@ -151,7 +151,7 @@ nil    : use external viewer (default web browser)."
   :type 'boolean
   :group 'mime-display)
 
-(defcustom mm-html-blocked-images nil
+(defcustom mm-html-blocked-images ""
   "Regexp matching image URLs to be blocked, or nil meaning not to block.
 Note that cid images that are embedded in a message won't be blocked."
   :version "25.1"