diff options
Diffstat (limited to 'archive.h')
-rw-r--r-- | archive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archive.h b/archive.h index 0dac623..9ea15f4 100644 --- a/archive.h +++ b/archive.h @@ -40,7 +40,8 @@ struct AddressList { }; struct Envelope { - time_t date; + time_t time; + const char *date; char *subject; struct Address from, sender, replyTo; struct AddressList to, cc, bcc; |