From a09306d53ba86b4596219b2be723659f7c0f2669 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Mon, 25 Mar 2019 13:26:10 -0700 Subject: [PATCH] Don't save Gnus' dummy.group to the .newsrc.eld file * lisp/gnus/gnus-start.el (gnus-gnus-to-quick-newsrc-format): Remove the "dummy.group" element. --- lisp/gnus/gnus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 5a78df9fe4d..9b1be650673 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -2881,7 +2881,7 @@ SPECIFIC-VARIABLES, or those in `gnus-variable-list'." gnus-variable-list) (mapcar (lambda (g) (nth 1 (gethash g gnus-newsrc-hashtb))) - gnus-group-list)) + (delete "dummy.group" gnus-group-list))) ;; Insert the variables into the file. (while variables -- 2.39.5