From: Junio C Hamano Date: Thu, 24 Jan 2013 05:16:45 +0000 (-0800) Subject: Merge branch 'mh/imap-send-shrinkage' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a29e7118141e9dc60bf81c42fa3485d3d39ef7cc;p=git.git Merge branch 'mh/imap-send-shrinkage' Remove a lot of unused code from "git imap-send". * mh/imap-send-shrinkage: imap-send.c: simplify logic in lf_to_crlf() imap-send.c: fold struct store into struct imap_store imap-send.c: remove unused field imap_store::uidvalidity imap-send.c: use struct imap_store instead of struct store imap-send.c: remove unused field imap_store::trashnc imap-send.c: remove namespace fields from struct imap imap-send.c: remove struct imap argument to parse_imap_list_l() imap-send.c: inline parse_imap_list() in parse_list() imap-send.c: remove some unused fields from struct store imap-send.c: remove struct message imap-send.c: remove struct store_conf iamp-send.c: remove unused struct imap_store_conf imap-send.c: remove struct msg_data imap-send.c: remove msg_data::flags, which was always zero --- a29e7118141e9dc60bf81c42fa3485d3d39ef7cc