From 212863d1cef4b9a596df13584f29fcdd645cbab2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 20:50:09 -0400 Subject: Render date in HTML envelope --- archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archive.h') 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; -- cgit 1.4.1