Age | Commit message (Collapse) | Author |
|
Reported by Björn Krellner.
|
|
|
|
calendar.
When "More Details" is selected for each individual event, the description
of that entry is shown only. When the calendar is opened from the view
attachment list screen, all entries will be shown. Mske sure there are no
memory leaks.
* Reverse some of the changes to make valgrind happy, as this may make Alpine crash
by using memory that was released.
|
|
makes some displays of dates look wrong. In the case that a locale
does not have a string for AM or PM, the time in 24 hours format is
printed. Reported by Holger Trapp.
* Add the time zone to the display of dates (this is the value of the
TZID parameter.)
* Display the value of the DTSTAMP in the "[More Details]" link. The
DTSTAMP field contains information on when the calendar object was
created. Suggested by Holger Trapp.
|
|
Boolean to _Boolean, and Duration to _Duration, as these conflict
with some predefined constants in Mac Sierra. Reported by Ed James.
* Fix some compiler warnings in Mac Sierra. Reported by Ed James.
|
|
* 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.
|
|
of an attachment, Alpine would crash. Reported by Stefan Mueller.
* In the previous situation, if a DESCRIPTION is encoded in quoted
printable, it needs to be decoded twice (once as part of the calendar
onvitation and another as part of the DESCRIPTION text, so when decoding
we need to decode quoted-printable, then remove escapes characters, then
decode quoted-printable and transform \r\n to \n. Whew!)
|
|
|