Merge pull request #118 from mmirate/patch-1
* fix intra-array separator in JSON address fields output by mu-sexp-convert
This commit is contained in:
@ -156,7 +156,7 @@ into a list of pairs
|
||||
(if (string? (cdr addr))
|
||||
(format #f "\"email\": \"~a\""
|
||||
(string->json (cdr addr))) "")))
|
||||
expr " ")
|
||||
expr ", ")
|
||||
"]"))
|
||||
((string= parent "parts") "[]") ;; todo
|
||||
;; convert the crazy emacs time thingy to time_t...
|
||||
|
||||
Reference in New Issue
Block a user