diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-02-26 01:38:18 -0700 |
commit | 349642a84039a4b026513c32a3b4f8594acd50df (patch) | |
tree | 9b9cbf9f46b1450811697c2487dd3320fe4830c6 /imap | |
parent | eefc696ec87ae287803aa68032649e5a7a9b89d0 (diff) | |
download | alpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz |
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
Diffstat (limited to 'imap')
-rw-r--r-- | imap/src/c-client/rfc822.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/c-client/rfc822.c b/imap/src/c-client/rfc822.c index 3cca7554..b4c72a36 100644 --- a/imap/src/c-client/rfc822.c +++ b/imap/src/c-client/rfc822.c @@ -1,5 +1,5 @@ /* ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008-2010 Mark Crispin * ======================================================================== */ |