diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-12-24 14:36:53 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-12-24 14:36:53 -0700 |
commit | 1e6c61f80a9e2c5a456477ea42732f63d3b3118f (patch) | |
tree | 2be058896c4fdc25b10fefbb7f0f40ae08cfcace /imap/Makefile | |
parent | 21cee6130dc8fcd82b50c2cee347eb5c37ff457b (diff) | |
download | alpine-1e6c61f80a9e2c5a456477ea42732f63d3b3118f.tar.xz |
* Correct release notes. Based on report by Dennis Davis.
* Correct spellings in imap/Makefile. Contributed by Gerald Pfeifer.
* Change comparison of ps_global->inbox_name from strcmp to strucmp in
do_broach_folder.
* When an invitation does not have a timezone in the date of the event,
but the date is in GMT, adjust the date to local time.
Diffstat (limited to 'imap/Makefile')
-rw-r--r-- | imap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/imap/Makefile b/imap/Makefile index d2c21448..d459ef3f 100644 --- a/imap/Makefile +++ b/imap/Makefile @@ -85,9 +85,9 @@ # (see lnp, sl4, sl5, and slx) # lnp Linux with Pluggable Authentication Modules (PAM) # lmd Mandrake Linux -# lr5 RedHat Enterprise Linux 5 and later (same as lfd) -# lrh RedHat Linux 7.2 and later -# lsu SuSE Linux (same as lrh) +# lr5 Red Hat Enterprise Linux 5 and later (same as lfd) +# lrh Red Hat Linux 7.2 and later +# lsu SUSE Linux (same as lrh) # lyn LynxOS # mct MachTen # mnt Atari ST Mint (not MacMint) |