Hi Maxim,
Thank you for the updated patch! :-) It LGTM. Please push.
> OK! I opted for simplicity and double-quoted all the names.
Fair enough. Though a check is only one condition away! ;-)
(if (string-contains? (person-name member) ",")
(string-append "\"" (person-name member) "\"")
(person-name member))
Regards,
Arun
