From: Bruno Victal <mirai@makinata.eu>
To: 66935@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#66935] [PATCH v2 4/4] services: dovecot: Fix ssl? description in inet-listener-configuration.
Date: Tue, 7 Nov 2023 15:04:52 +0000 [thread overview]
Message-ID: <438ed9ecb8a4ed5c3a9852e0a1ce95ae9d701055.1699369492.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1699124200.git.mirai@makinata.eu>
References:
* <https://mail.gnu.org/archive/html/guix-patches/2023-11/msg00365.html>
* gnu/services/mail.scm (inet-listener-configuration)[ssl?]: Fix description.
* doc/guix.texi: Update it.
Change-Id: I3df9911b94ac81a16c564307c96f11f21f3bb548
---
doc/guix.texi | 3 +--
gnu/services/mail.scm | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 778fd84124..5a2cb1318c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26675,8 +26675,7 @@ Mail Services
The port on which to listen.
@item @code{ssl?} (default: @code{#t}) (type: boolean)
-Whether to use SSL for this service; @samp{yes}, @samp{no}, or
-@samp{required}.
+Whether to use SSL for this service.
@end table
@end deftp
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index d4b050f73e..41041bc9e4 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -270,8 +270,7 @@ (define-configuration inet-listener-configuration
"The port on which to listen.")
(ssl?
(boolean #t)
- "Whether to use SSL for this service; @samp{yes}, @samp{no}, or
-@samp{required}."))
+ "Whether to use SSL for this service."))
(define (listener-configuration? value)
(or (unix-listener-configuration? value)
--
2.41.0
prev parent reply other threads:[~2023-11-07 15:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-04 19:03 [bug#66935] [PATCH 0/4] Dovecot service refactor Bruno Victal
2023-11-04 19:05 ` [bug#66935] [PATCH 1/4] services: dovecot: Use make-kill-destructor for action stop Bruno Victal
2023-11-04 19:05 ` [bug#66935] [PATCH 2/4] services: dovecot: Add 'reopen action Bruno Victal
2023-11-04 19:06 ` [bug#66935] [PATCH 3/4] services: dovecot: Refactor serialization process Bruno Victal
2023-11-04 19:06 ` [bug#66935] [PATCH 4/4] services: dovecot: Fix incorrect type for ssl? field Bruno Victal
2023-11-05 18:03 ` Herman Rimm via Guix-patches via
2023-11-06 14:52 ` Bruno Victal
2023-11-06 15:43 ` Clément Lassieur
2023-11-07 14:52 ` Bruno Victal
2023-11-06 21:36 ` Clément Lassieur
2023-11-07 15:04 ` [bug#66935] [PATCH v2 1/4] services: dovecot: Use make-kill-destructor for action stop Bruno Victal
2023-11-07 15:04 ` [bug#66935] [PATCH v2 2/4] services: dovecot: Add 'reopen action Bruno Victal
2023-11-07 15:04 ` [bug#66935] [PATCH v2 3/4] services: dovecot: Refactor serialization process Bruno Victal
2023-11-07 15:04 ` Bruno Victal [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=438ed9ecb8a4ed5c3a9852e0a1ce95ae9d701055.1699369492.git.mirai@makinata.eu \
--to=mirai@makinata.eu \
--cc=66935@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).