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

2013-01-13 Thread Michael Haggerty
Signed-off-by: Michael Haggerty --- imap-send.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/imap-send.c b/imap-send.c index a47008b..fe2bfab 100644 --- a/imap-send.c +++ b/imap-send.c @@ -36,12 +36,7 @@ typedef void *SSL; struct store { /* curren

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

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",