From 0f6fbf486c943528c6f04f431c023d3922ab110c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 1 Feb 2012 01:28:28 +0100 Subject: [PATCH] * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus. --- lisp/ChangeLog | 2 ++ lisp/gnus.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae95bc07c..99313a843 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-02-01 Lars Ingebrigtsen + * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus. + * nnmail.el (nnmail-extra-headers): Add Cc to the default. 2012-01-31 Lars Ingebrigtsen diff --git a/lisp/gnus.el b/lisp/gnus.el index 9e40fd34b..33ae74ed7 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1008,10 +1008,11 @@ be set in `.emacs' instead." (purp "#9999cc" "#666699") (no "#ff0000" "#ffff00") (neutral "#b4b4b4" "#878787") + (ma "#2020e0" "#8080ff") (september "#bf9900" "#ffcc00")) "Color alist used for the Gnus logo.") -(defcustom gnus-logo-color-style 'no +(defcustom gnus-logo-color-style 'ma "*Color styles used for the Gnus logo." :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem))) gnus-logo-color-alist)) -- 2.25.1