summaryrefslogtreecommitdiff
path: root/imap-send.c
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2013-01-15 08:06:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-15 22:50:23 (GMT)
commitc197454da64bc9a4cb6fa992a603460f590633dc (patch)
treed54d23abd5fba99f22719f8b34853e2ae50fdc06 /imap-send.c
parent3648b4d996be3e89d53a9beefc448c7129e3a49f (diff)
downloadgit-c197454da64bc9a4cb6fa992a603460f590633dc.zip
git-c197454da64bc9a4cb6fa992a603460f590633dc.tar.gz
git-c197454da64bc9a4cb6fa992a603460f590633dc.tar.bz2
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>
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/imap-send.c b/imap-send.c
index 04da7c8..10236f3 100644
--- 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: