comparison lisp/gnus/gnus-group.el @ 90732:bc10a33dd40b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author Miles Bader <miles@gnu.org>
date Mon, 01 Jan 2007 03:21:06 +0000
parents f1d13e615070 6b69e86dc4cc
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90731:a6c97c25a666 90732:bc10a33dd40b
1016 1016
1017 (defcustom gnus-group-tool-bar-gnome 1017 (defcustom gnus-group-tool-bar-gnome
1018 '((gnus-group-post-news "mail/compose") 1018 '((gnus-group-post-news "mail/compose")
1019 ;; Some useful agent icons? I don't use the agent so agent users should 1019 ;; Some useful agent icons? I don't use the agent so agent users should
1020 ;; suggest useful commands: 1020 ;; suggest useful commands:
1021 (gnus-agent-toggle-plugged "disconnect" t
1022 :help "Gnus is currently unplugged. Click to work online."
1023 :visible (and gnus-agent (not gnus-plugged)))
1021 (gnus-agent-toggle-plugged "connect" t 1024 (gnus-agent-toggle-plugged "connect" t
1022 :visible (and gnus-agent (not gnus-plugged))) 1025 :help "Gnus is currently plugged. Click to work offline."
1023 (gnus-agent-toggle-plugged "disconnect" t
1024 :visible (and gnus-agent gnus-plugged)) 1026 :visible (and gnus-agent gnus-plugged))
1025 ;; FIXME: gnus-agent-toggle-plugged (in gnus-agent-group-make-menu-bar) 1027 ;; FIXME: gnus-agent-toggle-plugged (in gnus-agent-group-make-menu-bar)
1026 ;; should have a better help text. 1028 ;; should have a better help text.
1027 (gnus-group-send-queue "mail/outbox" t 1029 (gnus-group-send-queue "mail/outbox" t
1028 :visible (and gnus-agent gnus-plugged) 1030 :visible (and gnus-agent gnus-plugged)