diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-02-28 15:59:56 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-02-28 15:59:56 -0700 |
commit | c2af1608456087b5d9475e3b288a12554214c221 (patch) | |
tree | 6b691ebc599503249ebc0cf697eb35f2bacf5c98 /pico/osdep/mswin.c | |
parent | 4db5ba9a511564e4a3cb3d2b67bce4bb171eae4f (diff) | |
download | alpine-c2af1608456087b5d9475e3b288a12554214c221.tar.xz |
* new version 2.20.2
* Further enhancement to the configure script in finding the location
of the SSL include and library files, when they are installed in th e
default location by openssl.
* When Alpine sends an attachment, it will set the boundary attribute
in lower case, as some SMTP servers, such as those of libero.it
reject messages if the boundary attribute is in uppercase.
* Alpine fails to remove temporary files used during a display or sending
filter. Fix contributed by Phil Brooke.
* SMIME: Crash when checking the signature of a message that contains
a RFC822 attached message. Reported by Holger Trapp and Bjorn Krellner.
Diffstat (limited to 'pico/osdep/mswin.c')
-rw-r--r-- | pico/osdep/mswin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/mswin.c b/pico/osdep/mswin.c index df4370ee..151a062c 100644 --- a/pico/osdep/mswin.c +++ b/pico/osdep/mswin.c @@ -8499,7 +8499,7 @@ mswin_savefile(char *dir_utf8, int nMaxDName, char *fName_utf8, int nMaxFName) * Possible return values: * 0 no file selected * 1 file selected - * -1 some sort of error + * -1 some sort of error +++++++++++++ */ int mswin_openfile(char *dir_utf8, int nMaxDName, char *fName_utf8, |