Variable: gnus-sieve-update-shell-command

gnus-sieve-update-shell-command is a customizable variable defined in gnus-sieve.el.gz.

Value

"echo put %f | sieveshell %s"

Documentation

Shell command to execute after updating your Sieve script.

The following formatting characters are recognized:

%f Script's file name (gnus-sieve-file)
%s Server name (from gnus-sieve-select-method)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sieve.el.gz
(defcustom gnus-sieve-update-shell-command "echo put %f | sieveshell %s"
  "Shell command to execute after updating your Sieve script.

The following formatting characters are recognized:

%f    Script's file name (gnus-sieve-file)
%s    Server name (from gnus-sieve-select-method)"
  :type 'string)