This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH rde] rde: mail: Correct mail.gmx.net starttls? option
---
src/rde/features/mail/providers.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rde/features/mail/providers.scm b/src/rde/features/mail/providers.scm
index 09a5f6b17..317cfe2ef 100644
--- a/src/rde/features/mail/providers.scm
+++ b/src/rde/features/mail/providers.scm
@@ -95,7 +95,7 @@
(gmx-fr
(smtp (host . "mail.gmx.net")
- (starttls . #t))
+ (starttls? . #t))
(imap (host . "imap.gmx.net")
(folder-mapping . ,gmx-fr-folder-mapping)))
--
2.46.0
[rde/patches/.build.yml] build success
On 2024-09-10 11:35, Nicolas Graves wrote:
> ---
> src/rde/features/mail/providers.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/rde/features/mail/providers.scm b/src/rde/features/mail/providers.scm
> index 09a5f6b17..317cfe2ef 100644
> --- a/src/rde/features/mail/providers.scm
> +++ b/src/rde/features/mail/providers.scm
> @@ -95,7 +95,7 @@
>
> (gmx-fr
> (smtp (host . "mail.gmx.net")
> - (starttls . #t))
> + (starttls? . #t))
> (imap (host . "imap.gmx.net")
> (folder-mapping . ,gmx-fr-folder-mapping)))
Oops, my bad. Thank you for the fix.
--
Best regards,
Andrew Tropin