These commands add various frivolous display gimmicks to the article buffer in Emacs versions that support them.
X-Face
headers are small black-and-white images supplied by the
message headers (see X-Face).
Face
headers are small colored images supplied by the message
headers (see Face).
Smileys are those little ‘:-)’ symbols that people like to litter their messages with (see Smileys).
Picons, on the other hand, reside on your own system, and Gnus will try to match the headers to what you have (see Picons).
Gravatars reside on-line and are fetched from https://en.gravatar.com/ (see Gravatars).
All these functions are toggles—if the elements already exist, they’ll be removed.
Display an X-Face
in the From
header.
(gnus-article-display-x-face
).
Display a Face
in the From
header.
(gnus-article-display-face
).
Display smileys (gnus-treat-smiley
).
Piconify the From
header (gnus-treat-from-picon
).
Piconify all mail headers (i.e., Cc
, To
)
(gnus-treat-mail-picon
).
Piconify all news headers (i.e., Newsgroups
and
Followup-To
) (gnus-treat-newsgroups-picon
).
Gravatarify the From
header (gnus-treat-from-gravatar
).
Gravatarify all mail headers (i.e., Cc
, To
)
(gnus-treat-from-gravatar
).
Some symbols have both a non-emoji presentation and an emoji
presentation. This command will make Gnus choose the emoji presentation
(gnus-article-emojize-symbols
).
Remove all images from the article buffer
(gnus-article-remove-images
).
If you’re reading an HTML article rendered with
gnus-article-html
, then you can insert any blocked images in
the buffer with this command.
(gnus-html-show-images
).