(gnus-1): Don't create the nndrafts group twice.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 13 Dec 2010 17:31:51 +0000 (18:31 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 13 Dec 2010 17:31:51 +0000 (18:31 +0100)
lisp/ChangeLog
lisp/gnus-start.el

index d9395fe..fd0e072 100644 (file)
@@ -1,5 +1,8 @@
 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
+       (gnus-1): Don't create the nndrafts group twice.
+
        * gnus-agent.el (gnus-agentize): Don't create the queue group
        automatically on startup.  It'll be created later, if needed.
 
index 9a2e3cc..344e23e 100644 (file)
@@ -798,11 +798,10 @@ prompt the user for the name of an NNTP server to use."
 
          (when gnus-agent
            (gnus-request-create-group "queue" '(nndraft "")))
-         (gnus-request-create-group "drafts" '(nndraft ""))
+         (gnus-start-draft-setup)
          ;; Do the actual startup.
          (gnus-setup-news nil level dont-connect)
          (gnus-run-hooks 'gnus-setup-news-hook)
-         (gnus-start-draft-setup)
          ;; Generate the group buffer.
          (gnus-group-list-groups level)
          (gnus-group-first-unread-group)