(gnus-group-tool-bar-gnome): Re-order icons.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 23 Feb 2006 21:38:55 +0000 (21:38 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 23 Feb 2006 21:38:55 +0000 (21:38 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index 2bd5e83..b1a786f 100644 (file)
@@ -4,6 +4,7 @@
        gnus-agent-toggle-plugged.  Re-order icons.
        (gnus-group-tool-bar-gnome): Add
        gnus-group-{prev,next}-unread-group.
+       (gnus-group-tool-bar-gnome): Re-order icons.
 
        * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
        gnus-summary-insert-new-articles.
index b9dbe95..4f146f2 100644 (file)
@@ -1031,19 +1031,20 @@ Pre-defined symbols include `gnus-group-tool-bar-gnome' and
 
 (defcustom gnus-group-tool-bar-gnome
   '((gnus-group-post-news "mail/compose")
-    (gnus-group-send-queue "mail/outbox" t
-                          :visible (and gnus-agent gnus-plugged)
-                          :help "Send articles from the queue group")
-    (gnus-group-get-new-news "mail/inbox" nil
-                            :visible (or (not gnus-agent)
-                                         gnus-plugged))
     ;; Some useful agent icons?  I don't use the agent so agent users should
     ;; suggest useful commands:
     (gnus-agent-toggle-plugged "connect" t
                               :visible (and gnus-agent (not gnus-plugged)))
     (gnus-agent-toggle-plugged "disconnect" t
                               :visible (and gnus-agent gnus-plugged))
-    ;;
+    ;; FIXME: gnus-agent-toggle-plugged (in gnus-agent-group-make-menu-bar)
+    ;; should have a better help text.
+    (gnus-group-send-queue "mail/outbox" t
+                          :visible (and gnus-agent gnus-plugged)
+                          :help "Send articles from the queue group")
+    (gnus-group-get-new-news "mail/inbox" nil
+                            :visible (or (not gnus-agent)
+                                         gnus-plugged))
     ;; FIXME: gnus-*-read-group should have a better help text.
     (gnus-topic-read-group "open" nil :visible gnus-topic-mode)
     (gnus-group-read-group "open" nil :visible (not gnus-topic-mode))