mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.
This commit is contained in:
parent
c6c815761c
commit
5b77fa4d82
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ fit these criteria."
|
|||
(let ((ret (and blocked-images
|
||||
(string-match blocked-images url))))
|
||||
(when ret
|
||||
(gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url gnus-blocked-images))
|
||||
(gnus-message 8 "Image URL %s is blocked by gnus-blocked-images regex %s" url blocked-images))
|
||||
ret))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue