about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/archive.h b/archive.h
index 6342236..0dac623 100644
--- a/archive.h
+++ b/archive.h
@@ -40,8 +40,7 @@ struct AddressList {
 };
 
 struct Envelope {
-	time_t utc;
-	struct tm date;
+	time_t date;
 	char *subject;
 	struct Address from, sender, replyTo;
 	struct AddressList to, cc, bcc;