projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3648b4d
)
imap-send.c: remove unused field imap_store::trashnc
author
Michael Haggerty
<mhagger@alum.mit.edu>
Tue, 15 Jan 2013 08:06:28 +0000
(09:06 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Jan 2013 22:50:23 +0000
(14:50 -0800)
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>
imap-send.c
patch
|
blob
|
history
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: