Remove nnir mention, since that works by default.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 4 Nov 2010 20:13:45 +0000 (21:13 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 4 Nov 2010 20:13:45 +0000 (21:13 +0100)
texi/ChangeLog
texi/gnus.texi

index 6e3e483..2fbc40a 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
+       since that works by default.
+
 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
 
        * gnus.texi (Customizing the IMAP Connection): Document
index 699596f..83a8d82 100644 (file)
@@ -14845,8 +14845,7 @@ Here's an example method that's more complex:
         (nnimap-inbox "INBOX")
         (nnimap-split-methods default)
         (nnimap-expunge t)
-        (nnimap-stream ssl)
-        (nnir-search-engine imap))
+        (nnimap-stream ssl))
 @end example
 
 @table @code