Skip to content

Commit c197454

Browse files
mhaggergitster
authored andcommitted
imap-send.c: remove unused field imap_store::trashnc
Signed-off-by: Michael Haggerty <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3648b4d commit c197454

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

imap-send.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ struct imap_store {
127127
int uidvalidity;
128128
struct imap *imap;
129129
const char *prefix;
130-
unsigned /*currentnc:1,*/ trashnc:1;
131130
};
132131

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

10921091
ctx->prefix = "";
1093-
ctx->trashnc = 1;
10941092
return (struct store *)ctx;
10951093

10961094
bail:

0 commit comments

Comments
 (0)