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>
This commit is contained in:
Michael Haggerty 2013-01-15 09:06:30 +01:00 committed by Junio C Hamano
parent fe47e1df24
commit 9a08cbb7cd

View file

@ -124,7 +124,6 @@ struct imap {
struct imap_store {
struct store gen;
int uidvalidity;
struct imap *imap;
const char *prefix;
};