* lisp/net/sieve.el (sieve-manage-mode-map): Bind
`sieve-refersh-scriptlist' to 'g' to refresh buffer.
(sieve-refresh-scriptlist): Highlight in docstring that the function
updates the current sieve buffer. (Bug#75956)
* doc/misc/sieve.texi (Managing Sieve): Document new keybinding and the
existing `sieve-refresh-scriptlist` function.
(cherry picked from commit
6967587daef027b0f4fd917b5181b43e45c7cb56)
@findex sieve-help
Displays help in the minibuffer.
+@item g
+@kindex g
+@findex sieve-refresh-scriptlist
+Refresh list of scripts found on the currently opened server.
+Update contents of the current sieve buffer.
+
@item Q
@kindex Q
@findex sieve-manage-quit
;; various
"?" #'sieve-help
"h" #'sieve-help
+ "g" #'sieve-refresh-scriptlist
;; activating
"m" #'sieve-activate
"u" #'sieve-deactivate
(sieve-manage-authenticate)))
(defun sieve-refresh-scriptlist ()
- "Refresh list of scripts found the currently opened server."
+ "Refresh list of scripts found on the currently opened server.
+Update contents of the current sieve buffer."
(interactive)
(with-current-buffer sieve-buffer
(setq buffer-read-only nil)