nnimap.el (nnimap-find-expired-articles): nnimap `never' expiration fix
[gnus] / lisp / ChangeLog
index 0f6ea07..2291cb9 100644 (file)
@@ -1,6 +1,37 @@
+2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
+
+       * nnimap.el (nnimap-find-expired-articles): Fix handling of
+       (expiry-wait . never).
+
+2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-request-group): Clear the buffer before returning
+       the data.
+
+2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-compat.el (string-bytes): Work for XEmacs.
+
+2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
+
+       * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
+       IMAP.
+
+2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
+
+       * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
+
+       * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
+       be added to the backlog.
+
 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
 
-       * Makefile.in (all total, warn, fail-on-warning): 
+       * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
+       target with a recursive make call.
 
 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>