summaryrefslogtreecommitdiff
path: root/gnu/services/mail.scm
diff options
context:
space:
mode:
authorAlexey Abramov <levenson@mmer.org>2020-09-08 15:53:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 11:31:48 +0200
commit0d6eb69266535c1570b8b85c9e88872de34626e5 (patch)
tree0af10ea9f2ae8c3583d180777ea4138d4b4d73ce /gnu/services/mail.scm
parent6e05920cef3afe0f0e3dde936a4b07a27b2c1ca3 (diff)
downloadguix-patches-0d6eb69266535c1570b8b85c9e88872de34626e5.tar
guix-patches-0d6eb69266535c1570b8b85c9e88872de34626e5.tar.gz
services: dovecot: Add ‘managesieve-sieve-capability’ option.
* gnu/services/mail.scm (protocol-configuration): Add a ‘managesieve-sieve-capability’ field. * doc/guix.texi (Mail Services): Document it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/services/mail.scm')
-rw-r--r--gnu/services/mail.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index 762662c58c..72dc123f41 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -370,6 +370,12 @@ If this is @samp{#t}, you must also specify a dictionary @i{via} the
"Which NOTIFY capabilities to report to clients that first connect to
the ManageSieve service, before authentication. These may differ from the
capabilities offered to authenticated users. If this field is left empty,
+report what the Sieve interpreter supports by default.")
+ (managesieve-sieve-capability
+ (space-separated-string-list '())
+ "Which SIEVE capabilities to report to clients that first connect to
+the ManageSieve service, before authentication. These may differ from the
+capabilities offered to authenticated users. If this field is left empty,
report what the Sieve interpreter supports by default."))
(define (serialize-protocol-configuration field-name val)