Re: [PATCH 06/14] imap-send.c: remove some unused fields from struct store

2013-01-14 Thread Michael Haggerty
On 01/14/2013 07:19 AM, Jonathan Nieder wrote: > Michael Haggerty wrote: > >> --- a/imap-send.c >> +++ b/imap-send.c > [...] >> @@ -772,13 +767,10 @@ static int get_cmd_result(struct imap_store *ctx, >> struct imap_cmd *tcmd) >> !strcmp("NO", arg) || !strcmp("BYE",

Re: [PATCH 06/14] imap-send.c: remove some unused fields from struct store

2013-01-13 Thread Jonathan Nieder
Michael Haggerty wrote: > --- a/imap-send.c > +++ b/imap-send.c [...] > @@ -772,13 +767,10 @@ static int get_cmd_result(struct imap_store *ctx, > struct imap_cmd *tcmd) > !strcmp("NO", arg) || !strcmp("BYE", arg)) { > if ((resp = pars