]> git.eshelyaron.com Git - emacs.git/commit
Clean up nnimap buffers with dead processes
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 11 Oct 2021 15:45:09 +0000 (08:45 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 12 Oct 2021 20:00:05 +0000 (13:00 -0700)
commite47b85a68339063dd3a784e8b90aecbf90b23f41
tree59133ec2fc2097453409194b219955aeb2b40f11
parent85edcf7af5d897fcc94ef1a0efb527c4b5e2bcc5
Clean up nnimap buffers with dead processes

* lisp/gnus/nnimap.el (nnimap-keepalive): If the keepalive "NOOP"
fails, remove the buffer with the dead process from
`nnimap-process-buffers' and `nnimap-connection-alist'.
(nnimap-find-connection): Do the same here, when the connection can't
be found.
(nnimap-close-server): Remove process buffer from lists when closing
server.
lisp/gnus/nnimap.el