Re: [PATCH 0/8] Add function strbuf_addstr_xml_quoted() and more

2012-11-29 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: There were two functions doing almost the same XML quoting of character entities, so implement a library function strbuf_addstr_xml_quoted() and use that in both places. Along the way, do a lot of simplification within imap-send.c, which was

[PATCH 0/8] Add function strbuf_addstr_xml_quoted() and more

2012-11-25 Thread Michael Haggerty
There were two functions doing almost the same XML quoting of character entities, so implement a library function strbuf_addstr_xml_quoted() and use that in both places. Along the way, do a lot of simplification within imap-send.c, which was doing a lot of its own string management instead of