diff options
Diffstat (limited to '')
-rw-r--r-- | archive.h | 1 |
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; |