Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
imap-send.c: remove unused field imap_store::uidvalidity
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 7141bcbbc496aef5b50329907a9ecdfbb750dbe1..7f900b7dda0aa2a1e3a534cabb0013da2319244f 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-124,7
+124,6
@@
struct imap {
struct imap_store {
struct store gen;
- int uidvalidity;
struct imap *imap;
const char *prefix;
};