summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 3d3cfc5..6cc7c5f 100644
--- a/archive.h
+++ b/archive.h
@@ -30,6 +30,7 @@ struct AddressList {
 };
 
 struct Envelope {
+	time_t utc;
 	struct tm date;
 	char *subject;
 	struct Address from, sender, replyTo;