From: Lars Magne Ingebrigtsen Date: Mon, 13 Dec 2010 17:31:51 +0000 (+0100) Subject: (gnus-1): Don't create the nndrafts group twice. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=3595cdc6d72437c3b6c6d351be5cdd5f6d369dca;p=gnus (gnus-1): Don't create the nndrafts group twice. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9395fe8b..fd0e07221 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-12-13 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 9a2e3cc04..344e23eb5 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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)