|--==> "NDB" == Neal D Becker <nbecker(a)hns.com> writes:
NDB> I like to set display-time-mail-balloon-show-gnus-group, but it
NDB> seems to not do anything unless I also do M-x
NDB> balloon-help-mode. What is the correct way to automatically
NDB> get display-time-mail-balloon-show-gnus-group to work?
(load-file (expand-file-name ".gnus" (getenv "HOME")))
(setq
display-time-24hr-format t
display-time-no-mail-balloon "What! No mail? That can't be right."
display-time-mail-balloon-show-gnus-group t
display-time-mail-balloon-max-displayed 20
display-time-mail-balloon-gnus-split-width 19
display-time-mail-balloon-enhance-gnus-group
'("\\(private.*\\|xemacs\\.private\\)")
display-time-mail-balloon-suppress-gnus-group
'("SPAM.*"))
(display-time)
(balloon-help-mode 1)
You need to load ~/.gnus first otherwise all you mail will look like
it's going into mail.misc from the balloon.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|