# HG changeset patch # User Juanma Barranquero # Date 1181145422 0 # Node ID da49cd79b67936fcbb515de5a57d2d18e70dba90 # Parent 099e1f6a18ec6fbd328cc5478e780eb502488e43 (Article Buttons): Fix typo. diff -r 099e1f6a18ec -r da49cd79b679 man/gnus.texi --- a/man/gnus.texi Wed Jun 06 15:53:27 2007 +0000 +++ b/man/gnus.texi Wed Jun 06 15:57:02 2007 +0000 @@ -8936,7 +8936,7 @@ message ID or a mail address. If it is one of the symbols @code{mid} or @code{mail}, Gnus will always assume that the string is a message ID or a mail address, respectively. If this variable is set to the symbol -@code{ask}, always query the user what do do. If it is a function, this +@code{ask}, always query the user what to do. If it is a function, this function will be called with the string as its only argument. The function must return @code{mid}, @code{mail}, @code{invalid} or @code{ask}. The default value is the function @@ -16589,7 +16589,7 @@ messages instead of the internal article date. See section 6.4.4 of RFC 2060 for more information on valid strings. -However, if @code{nnimap-search-uids-not-since-is-evil} +However, if @code{nnimap-search-uids-not-since-is-evil} is true, this variable has no effect since the search logic is reversed, as described below.