* Fixes bug in 2.19.8 that would make Alpine fail to build in Windows.
commit7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7
authorEduardo Chappa <chappa@washington.edu>
Wed, 9 Apr 2014 05:57:49 +0000 (8 23:57 -0600)
committerEduardo Chappa <chappa@washington.edu>
Wed, 9 Apr 2014 05:57:49 +0000 (8 23:57 -0600)
treeabcec7bc059644ca5ed9322e6bb1dda09743eccc
parent6a18937898292e97c15289e5ecd5d8f1c2205110
   * Fixes bug in 2.19.8 that would make Alpine fail to build in Windows.

   * S/MIME configuration screen would deinitialize smime, not allowing
     it to send encrypted or signed messages.

   * Add documentation for /loser option in definition of external servers.

   * crashing bug in certificate management screen due to a BIO_free() call
     of memory that had not been allocated.

   * When the password file is decrypted, smime is inited. If smime is inited
     before the .pinerc is read, some values might not be correctly set.

   * When a password file exists, and S/MIME is enabled, encrypt it by either
     using an existing key/certificate pair. The key is saved separately
     in ~/.alpine-smime/.pwd, or in the directory specified by the
     -pwdcertdir command line option.
23 files changed:
README
alpine/alpine.c
alpine/arg.c
alpine/conftype.h
alpine/imap.c
alpine/mailcmd.c
alpine/mailcmd.h
alpine/smime.c
configure
configure.ac
doc/tech-notes/tech-notes.txt
include/config.h.in
include/config.wnt.h [deleted file]
pith/charconv/filesys.c
pith/conftype.h
pith/options.h
pith/pine.hlp
pith/readfile.c
pith/readfile.h
pith/smime.c
pith/smime.h
pith/state.c
pith/state.h