Browse Source

imap-send.c: remove unused field imap_store::trashnc

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael Haggerty 12 years ago committed by Junio C Hamano
parent
commit
c197454da6
  1. 2
      imap-send.c

2
imap-send.c

@ -127,7 +127,6 @@ struct imap_store { @@ -127,7 +127,6 @@ struct imap_store {
int uidvalidity;
struct imap *imap;
const char *prefix;
unsigned /*currentnc:1,*/ trashnc:1;
};

struct imap_cmd_cb {
@ -1090,7 +1089,6 @@ static struct store *imap_open_store(struct imap_server_conf *srvc) @@ -1090,7 +1089,6 @@ static struct store *imap_open_store(struct imap_server_conf *srvc)
} /* !preauth */

ctx->prefix = "";
ctx->trashnc = 1;
return (struct store *)ctx;

bail:

Loading…
Cancel
Save