Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
imap-send.c: remove unused field imap_store::trashnc
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 04da7c8d5554d907904bd44fc5da39a32588cb09..10236f3611a9a4ffb3cd7e2d264526bff2cf88c8 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-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)
} /* !preauth */
ctx->prefix = "";
- ctx->trashnc = 1;
return (struct store *)ctx;
bail: