Find message.el thumbnail toggling
* lisp/gnus/message.el (message-toggle-image-thumbnails): Don't infloop when toggling thumbnails.
This commit is contained in:
parent
5332857670
commit
70cfe9df95
1 changed files with 2 additions and 1 deletions
|
@ -8399,7 +8399,8 @@ Used in `message-simplify-recipients'."
|
|||
(when (and (consp props)
|
||||
(eq (car props) 'image))
|
||||
(put-text-property (point) (1+ (point)) 'display nil)
|
||||
(setq displayed t)))))
|
||||
(setq displayed t)))
|
||||
(forward-char 1)))
|
||||
(unless displayed
|
||||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Reference in a new issue