We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3648b4d commit c197454Copy full SHA for c197454
imap-send.c
@@ -127,7 +127,6 @@ struct imap_store {
127
int uidvalidity;
128
struct imap *imap;
129
const char *prefix;
130
- unsigned /*currentnc:1,*/ trashnc:1;
131
};
132
133
struct imap_cmd_cb {
@@ -1090,7 +1089,6 @@ static struct store *imap_open_store(struct imap_server_conf *srvc)
1090
1089
} /* !preauth */
1091
1092
ctx->prefix = "";
1093
- ctx->trashnc = 1;
1094
return (struct store *)ctx;
1095
1096
bail:
0 commit comments