summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-01-25 14:37:50 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-01-25 23:41:07 +0100
commit2362eb09804541cf75d0148d23f4dbe50fe311d0 (patch)
tree32a73cb1c703f36d3efe6ac2eed2b84ecea4a671 /doc
parent50fea24b8b64dfcdd7beda87d3fab53711173eb8 (diff)
downloademacs-2362eb09804541cf75d0148d23f4dbe50fe311d0.tar.gz
emacs-2362eb09804541cf75d0148d23f4dbe50fe311d0.tar.bz2
emacs-2362eb09804541cf75d0148d23f4dbe50fe311d0.zip
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).
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus-faq.texi3
1 files changed, 1 insertions, 2 deletions
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