imap-send: store all_msgs as a strbuf
commit3a34e62684b6dc0edf1301eb2259132ffc233c48
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 25 Nov 2012 11:08:37 +0000 (25 12:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Nov 2012 21:32:13 +0000 (26 13:32 -0800)
tree91218c179f5f3fbcd3dde2005ca7dcddc3eca7b9
parent32a8569ecf211cc2ba98333daa10b1a6e783ae87
imap-send: store all_msgs as a strbuf

all_msgs is only used as a glorified string, therefore there is no
reason to declare it as a struct msg_data.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c