all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46596] [PATCH] services: dovecot: Fix serialization of a free-form-args arguments.
@ 2021-02-17 19:43 Alexey Abramov via Guix-patches via
  2021-04-06 21:50 ` bug#46596: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Abramov via Guix-patches via @ 2021-02-17 19:43 UTC (permalink / raw)
  To: 46596

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46596: [PATCH] services: dovecot: Fix serialization of a free-form-args arguments.
  2021-02-17 19:43 [bug#46596] [PATCH] services: dovecot: Fix serialization of a free-form-args arguments Alexey Abramov via Guix-patches via
@ 2021-04-06 21:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-04-06 21:50 UTC (permalink / raw)
  To: Alexey Abramov; +Cc: 46596-done

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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-06 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17 19:43 [bug#46596] [PATCH] services: dovecot: Fix serialization of a free-form-args arguments Alexey Abramov via Guix-patches via
2021-04-06 21:50 ` bug#46596: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.