+2003-07-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
+
+ * imap.el (imap-arrival-filter): Fix test for missing process
+ buffer.
+
2003-07-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
"IMAP process filter."
;; Sometimes, we are called even though the process has died.
;; Better abstain from doing stuff in that case.
- (when (process-buffer proc)
+ (when (buffer-name (process-buffer proc))
(with-current-buffer (process-buffer proc)
(goto-char (point-max))
(insert string)