2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
+
* mail-source.el (mail-source-delete-crash-box): Only check the
incoming files for deletion once per day to save a lot of file
accesses.
(pop3-write-to-file file)
(unless pop3-leave-mail-on-server
(pop3-send-streaming-command
- process "DELE" message-count nil))
- (pop3-quit process)))))
+ process "DELE" message-count nil))))
+ (pop3-quit process)))
(defun pop3-send-streaming-command (process command count total-size)
(erase-buffer)