From ebc4b20fe8aaacb1c677f85d02e6a25b4de336c7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 13 Dec 2010 17:28:46 +0100 Subject: [PATCH] Add nnimap to the list of automatically subscribed groups. --- lisp/ChangeLog | 5 +++++ lisp/gnus-start.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 933edfad8..0ed1413fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-12-13 Lars Magne Ingebrigtsen + + * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list + of automatically subscribed groups. + 2010-12-13 Andrew Cohen * nnir.el (nnir-run-imap): Return article list in order of increasing diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 8663d67fd..2934ccdec 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -342,7 +342,7 @@ hierarchy in its entirety." :type 'boolean) (defcustom gnus-auto-subscribed-groups - "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir" + "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir\\|^nnimap" "*All new groups that match this regexp will be subscribed automatically. Note that this variable only deals with new groups. It has no effect whatsoever on old groups. -- 2.25.1