Make internal nnimap moving slightly faster.
[gnus] / lisp / ChangeLog
index 6b880ad..0404a06 100644 (file)
@@ -1,5 +1,21 @@
 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnimap.el (nnimap-request-head): New function.
+       (nnimap-request-move-article): Try to be slighly faster by not
+       requesting the entire message when moving.
+
+2010-10-24  Julien Danjou  <julien@danjou.info>
+
+       * message.el (message-default-headers): Fix type.
+
+2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-html.el (gnus-html-prefetch-images): Decode entities before
+       prefetching images.
+
+       * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
+       backend for unknown groups.  This is mainly useful for nnimap groups.
+
        * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
        group isn't covered by the agent.