Go to the first, previous, next, last section, table of contents.


3.17.8 Article Display

These commands add various frivolous display gimmics 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 section 8.16.3 X-Face).

Picons, on the other hand, reside on your own system, and Gnus will try to match the headers to what you have (see section 8.16.1 Picons).

Smileys are those little `:-)' symbols that people like to litter their messages with (see section 8.16.2 Smileys).

All these functions are toggles--if the elements already exist, they'll be removed.

W D x
Display an X-Face in the From header. (gnus-article-display-x-face).
W D s
Display smileys (gnus-treat-smiley).
W D f
Piconify the From header (gnus-treat-from-picon).
W D m
Piconify all mail headers (i. e., Cc, To) (gnus-treat-mail-picon).
W D n
Piconify all news headers (i. e., Newsgroups and Followup-To) (gnus-treat-from-picon).
W D D
Remove all images from the article buffer (gnus-article-remove-images).


Go to the first, previous, next, last section, table of contents.