]> git.eshelyaron.com Git - emacs.git/commit
Add new defvoo nnimap-keepalive-intervals to Gnus nnimap servers
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 3 May 2021 16:14:24 +0000 (09:14 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 4 May 2021 23:34:29 +0000 (16:34 -0700)
commitaeada12ebb1bf431af6f2b35424d732b632f305e
tree9ad0fca722914fa43927ecdd610fe33c666e0cf6
parent3783e7fb4dbf4ed9620d6e3d54ef3462331e6660
Add new defvoo nnimap-keepalive-intervals to Gnus nnimap servers

* lisp/gnus/nnimap.el (nnimap-keepalive-intervals): New per-server
config for customizing when keepalive commands are sent.
(nnimap-keepalive, nnimap-open-connection-1): Consult in these
places.  Additionally, use nnimap-streaming -> t when sending the
keepalive NOOP, so we don't wait for the response.
* doc/misc/gnus.texi (Customizing the IMAP Connection): Document.
doc/misc/gnus.texi
lisp/gnus/nnimap.el