1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(gnus-group-highlight): Mark as risky.

This commit is contained in:
Richard M. Stallman 2007-10-23 09:46:32 +00:00
parent a6151b2c10
commit 4b576f7d90
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-10-23 Richard Stallman <rms@gnu.org>
* gnus-group.el (gnus-group-highlight): Mark as risky.
2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
* nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to

View File

@ -378,6 +378,7 @@ score: The score of the group.
ticked: The number of ticked articles."
:group 'gnus-group-visual
:type '(repeat (cons (sexp :tag "Form") face)))
(put 'gnus-group-highlight 'risky-local-variable t)
(defcustom gnus-new-mail-mark ?%
"Mark used for groups with new mail."