gnus-article-wash-status-strings

gnus-article-wash-status-strings is a variable defined in `gnus-art.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Alist of strings describing wash status in the mode line.
Each entry has the form (KEY ON OF), where the KEY is a symbol
representing the particular washing function, ON is the string to use
in the article mode line when the washing function is active, and OFF
is the string to use when it is inactive.

Value:

((emphasis #("e" 0 1 (help-echo "/*_Emphasis_*/ characters applied")) #(" " 0 1 (help-echo "No /*_emphasis_*/ characters applied"))) (overstrike #("o" 0 1 (help-echo "Overstrike (^H) characters applied")) #(" " 0 1 (help-echo "No overstrike characters applied"))) (signature #("s" 0 1 (help-echo "Signature has been hidden")) #(" " 0 1 (help-echo "Signature is visible"))) (pgp #("p" 0 1 (help-echo "Encrypted or signed message status hidden")) #(" " 0 1 (help-echo "No hidden encryption nor digital signature status"))) (headers #("h" 0 1 (help-echo "Hidden headers")) #(" " 0 1 (help-echo "All headers visible."))) (cite #("c" 0 1 (help-echo "Possible hidden citation text")) #(" " 0 1 (help-echo "All citation text visible"))))