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 <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe47e1d commit 9a08cbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)