From: Lars Ingebrigtsen Date: Tue, 25 Jan 2022 13:37:50 +0000 (+0100) Subject: Fix up Gnus FAQ entry X-Git-Tag: emacs-29.0.90~2747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2362eb09804541cf75d0148d23f4dbe50fe311d0;p=emacs.git Fix up Gnus FAQ entry * doc/misc/gnus-faq.texi (FAQ 3-9): Remove mention of nnimap-list-pattern, which was removed some years ago (bug#53522). --- diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index 14a8c4c12d6..b576f383acd 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi @@ -653,8 +653,7 @@ about the server there. (add-to-list 'gnus-secondary-select-methods '(nnimap "Give the baby a name" (nnimap-address "imap.yourProvider.net") - (nnimap-port 143) - (nnimap-list-pattern "archive.*"))) + (nnimap-port 143))) @end example @noindent