--- pop3.el 01 Aug 2007 00:14:10 +0200 1.38 +++ pop3.el 11 Aug 2007 08:56:13 +0200 @@ -246,7 +246,7 @@ (set-buffer (process-buffer process)) (goto-char pop3-read-point) (while (and (memq (process-status process) '(open run)) - (not (search-forward "\r\n" nil t))) + (not (search-forward "\n" nil t))) (pop3-accept-process-output process) (goto-char pop3-read-point)) (setq match-end (point))