Index: lisp/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v retrieving revision 7.1446 diff -u -r7.1446 ChangeLog --- lisp/ChangeLog 28 Dec 2006 19:58:19 -0000 7.1446 +++ lisp/ChangeLog 29 Dec 2006 16:17:22 -0000 @@ -1,3 +1,8 @@ +2006-12-29 Jouni K Seppanen + + * nnimap.el (nnimap-expunge-search-string): Mention + nnimap-search-uids-not-since-is-evil in docstring. + 2006-12-28 Reiner Steib * spam.el: Revert to make-obsolete-variable because @@ -145,7 +150,7 @@ * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children): Use `max' to avoid the value of `max-lisp-eval-depth' decreasing. -2006-12-04 Jouni K. Seppänen +2006-12-04 Jouni K Seppanen * mm-url.el (mm-url-predefined-programs): Call curl with correct options. Index: lisp/nnimap.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v retrieving revision 7.32 diff -u -r7.32 nnimap.el --- lisp/nnimap.el 21 Mar 2006 19:58:50 -0000 7.32 +++ lisp/nnimap.el 29 Dec 2006 16:17:22 -0000 @@ -375,7 +375,10 @@ One useful (and perhaps the only useful) value to change this to would be `UID %s NOT SENTSINCE %s' to make nnimap use the Date: header instead of the internal date of messages. See section 6.4.4 of RFC -2060 for more information on valid strings.") +2060 for more information on valid strings. + +However, if `nnimap-search-uids-not-since-is-evil' is true, this +variable has no effect since the search logic is reversed.") (defvoo nnimap-importantize-dormant t "If non-nil, mark \"dormant\" articles as \"ticked\" for other IMAP clients. Index: texi/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/ChangeLog,v retrieving revision 7.297 diff -u -r7.297 ChangeLog --- texi/ChangeLog 28 Dec 2006 14:59:17 -0000 7.297 +++ texi/ChangeLog 29 Dec 2006 16:17:23 -0000 @@ -1,3 +1,9 @@ +2006-12-29 Jouni K Seppanen + + * gnus.texi (IMAP): Fix incorrect explanation of + nnimap-search-uids-not-since-is-evil in documentation for + nnimap-expunge-search-string. + 2006-12-28 Reiner Steib * gnus.texi (Mail and Post): Index gnus-message-highlight-citation. Index: texi/gnus.texi =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v retrieving revision 7.203 diff -u -r7.203 gnus.texi --- texi/gnus.texi 28 Dec 2006 14:59:17 -0000 7.203 +++ texi/gnus.texi 29 Dec 2006 16:17:28 -0000 @@ -16783,8 +16783,8 @@ RFC 2060 for more information on valid strings. However, if @code{nnimap-search-uids-not-since-is-evil} -is true, the command is @code{"UID NOT SINCE @var{date}"}, -regardless of this variable. +is true, this variable has no effect since the search logic +is reversed, as described below. @item nnimap-authinfo-file @vindex nnimap-authinfo-file