(nnimap-update-info): Rely more on the current active than the param
[gnus] / lisp / ChangeLog
index 661a173..ff8a947 100644 (file)
@@ -1,8 +1,17 @@
 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
+       available.
+       (nnimap-update-info): Rely more on the current active than the param
+       active to avoid marking articles as read too much.
+
+       * auth-source.el (auth-source-create): Use (user-login-name) for the
+       user name default.
+
        * nnimap.el (nnimap-update-info): If the server doesn't return any
        useful info, just use the previous info.
        (nnimap-update-info): Prefer old info over start-article.
+       (nnimap-update-qresync-info): Finish implementing QRESYNC.
 
 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>