~abcdw/rde-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] rde: adding msmtp provider settings.

Details
Message ID
<87jzsuz144.fsf@posteo.net>
DKIM signature
missing
Download raw message
Patch: +2 -0
---
 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
-- 
2.41.0
Details
Message ID
<87sf7fhjfv.fsf@trop.in>
In-Reply-To
<87jzsuz144.fsf@posteo.net> (view parent)
DKIM signature
missing
Download raw message
On 2023-09-13 11:56, Peter Kannewitz wrote:

> ---
>  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.

-- 
Best regards,
Andrew Tropin
Reply to thread Export thread (mbox)