comparison lisp/gnus/ChangeLog @ 110198:8867a7812454

mail-source.el (mail-source-delete-crash-box): Always move the crash box to the Incoming file. Fixes mistake in previous checkin; Do incremental NOV updates when scanning new male. (nnml-save-incremental-nov, nnml-open-incremental-nov, nnml-add-incremental-nov): New functions to do "incremental" nov updates, where we just append to the end of the existing nov files without reading/writing them in full.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 05 Sep 2010 01:27:15 +0000
parents 727cc5d69397
children 46435634bd67
comparison
equal deleted inserted replaced
110197:727cc5d69397 110198:8867a7812454
1 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org> 1 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4 box to the Incoming file. Fixes mistake in previous checkin.
5
6 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7 request loop (for debugging purposes) removed.
2 8
3 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the 9 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4 culprit is more visible. 10 culprit is more visible.
11 (nnml-save-incremental-nov, nnml-open-incremental-nov)
12 (nnml-add-incremental-nov): New functions to do "incremental" nov
13 updates, where we just append to the end of the existing nov files
14 without reading/writing them in full.
5 15
6 * mail-source.el (mail-source-delete-crash-box): Really only check the 16 * mail-source.el (mail-source-delete-crash-box): Really only check the
7 incoming files once in a while. 17 incoming files once in a while.
8 18
9 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection. 19 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.