Skip to content

Commit 9a08cbb

Browse files
mhaggergitster
authored andcommitted
imap-send.c: remove unused field imap_store::uidvalidity
I suspect that the existence of both imap_store::uidvalidity and store::uidvalidity was an accident. 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>
1 parent fe47e1d commit 9a08cbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

imap-send.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ struct imap {
124124

125125
struct imap_store {
126126
struct store gen;
127-
int uidvalidity;
128127
struct imap *imap;
129128
const char *prefix;
130129
};

0 commit comments

Comments
 (0)