emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46596: closed ([PATCH] services: dovecot: Fix serialization of a fre


From: GNU bug Tracking System
Subject: bug#46596: closed ([PATCH] services: dovecot: Fix serialization of a free-form-args arguments.)
Date: Tue, 06 Apr 2021 21:51:02 +0000

Your message dated Tue, 06 Apr 2021 23:50:28 +0200
with message-id <87k0pfjd5n.fsf@gnu.org>
and subject line Re: bug#46596: [PATCH] services: dovecot: Fix serialization of 
a free-form-args arguments.
has caused the debbugs.gnu.org bug report #46596,
regarding [PATCH] services: dovecot: Fix serialization of a free-form-args 
arguments.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46596: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46596
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: dovecot: Fix serialization of a free-form-args arguments. Date: Wed, 17 Feb 2021 20:43:59 +0100
* gnu/services/mail.scm (serialize-free-form-args): Change destination and
return a string containing the formated text.
---
 gnu/services/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index d68865bf9c..c7217bf1d9 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -159,7 +159,7 @@
 (define (serialize-free-form-args field-name val)
   (serialize-field field-name
                    (string-join
-                    (map (match-lambda ((k . v) (format #t "~a=~a" k v))) val)
+                    (map (match-lambda ((k . v) (format #f "~a=~a" k v))) val)
                     " ")))
 
 (define-configuration dict-configuration
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#46596: [PATCH] services: dovecot: Fix serialization of a free-form-args arguments. Date: Tue, 06 Apr 2021 23:50:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Alexey Abramov <levenson@mmer.org> skribis:

> * gnu/services/mail.scm (serialize-free-form-args): Change destination and
> return a string containing the formated text.

Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]