about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 20:50:09 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 20:50:09 -0400
commit212863d1cef4b9a596df13584f29fcdd645cbab2 (patch)
tree2eb1fd9beef0a5d85c8762bdd46ea5ceef032b4b /archive.h
parentRender escaped mailto URL (diff)
downloadbubger-212863d1cef4b9a596df13584f29fcdd645cbab2.tar.gz
bubger-212863d1cef4b9a596df13584f29fcdd645cbab2.zip
Render date in HTML envelope
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;