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>
maint
Michael Haggerty 2013-01-15 09:06:30 +01:00 committed by Junio C Hamano
parent fe47e1df24
commit 9a08cbb7cd
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ struct imap {

struct imap_store {
struct store gen;
int uidvalidity;
struct imap *imap;
const char *prefix;
};