[PATCH] rde: adding msmtp provider settings.
Export this patch
---
src/rde/features/mail.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/rde/features/mail.scm b/src/rde/features/mail.scm
index 17426200..931ebd82 100644
--- a/src/rde/features/mail.scm
+++ b/src/rde/features/mail.scm
@@ -340,6 +340,8 @@ Citation line format, message signature, gpg and msmtp configurations. "
(port . 587)))
(hosteurope-de . ((host . "smtp.hosteurope.de")
(port . 587)))
+ (posteo . ((host . "posteo.de")
+ (port . 587)))
(generic . #f)))
(define %default-msmtp-settings
Applied, thank you for the patch, plan to push it soon.
--
2.41.0