Mercurial > emacs
diff lisp/gnus/gnus-ems.el @ 111430:b75e6634a171
gnus-int.el, nnimap.el, nnir.el: More improvements to thread-referral.
message.el (message-send-mail): Don't insert courtesy messages if the message already has List-Post and List-ID messages.
gnus-ems.el (gnus-put-image): Use a blank text as the insertion string to avoid making the From headers syntactically invalid.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 07 Nov 2010 00:22:06 +0000 |
parents | d66d04803828 |
children | 417b1e4d63cd |
line wrap: on
line diff
--- a/lisp/gnus/gnus-ems.el Sat Nov 06 13:23:42 2010 -0700 +++ b/lisp/gnus/gnus-ems.el Sun Nov 07 00:22:06 2010 +0000 @@ -181,7 +181,7 @@ (defun gnus-put-image (glyph &optional string category) (let ((point (point))) - (insert-image glyph (or string "*")) + (insert-image glyph (or string " ")) (put-text-property point (point) 'gnus-image-category category) (unless string (put-text-property (1- (point)) (point)