summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-18 * Fix a few compiler warnings.Eduardo Chappa
2017-07-14 * Fix crash when a CA certificate failed to load, by protecting some callsEduardo Chappa
when s_cert_store is NULL, and also only freeing s_cert_store when all certificates in the .alpine-smime/ca directory fail to load.
2017-05-04 * Creating key for password file could not be cancelled.Eduardo Chappa
2017-05-03 * Change of website from patches.freeiz.com to alpine.freeiz.com.Eduardo Chappa
2017-03-23 * replace "operative" by "operating", as in "operating system" in theEduardo Chappa
help text. Submitted by Dennis Davis.
2017-03-23 * Update version of Pico in man page. Submitted by Dennis Davis.Eduardo Chappa
2017-03-23 * clear out a few warnings when Alpine is built with clang.Eduardo Chappa
2017-03-23 * New version 2.21.1Eduardo Chappa
2017-03-23 * crash in bounce command due to not enough space allocated for keyEduardo Chappa
menu array. The crash can be reproduced when Alpine is built with clang, but not gcc. Reported by David Sewell.
2017-03-18 * Update to packages/alpine.spec to account for the new location of manEduardo Chappa
pages in the source code.
2017-03-17 * New version 2.21Eduardo Chappa
2017-01-01 * Further improvements to support for parameters of OL tag.Eduardo Chappa
2016-12-27 * crypto.h is installed in /usr/include in cygwin, but everyone elseEduardo Chappa
installs it in /usr/include/openssl. Also other systems seem to install crypto.h when they install openssl, so we only check for the existence of crypto.h in Cygwin.
2016-12-27 * Add support for the TYPE and VALUE attributes of the html OL tag.Eduardo Chappa
2016-12-22 * The display of dates in the format "DDD HH:MM" for the SMARTTIME24 tokenEduardo Chappa
must last at least 7 days, not 6.
2016-12-21 * small addition for new SMARTTIME24 token.Eduardo Chappa
2016-12-20 * Bug fix: The index format would be chopped at the position of anEduardo Chappa
unrecognized token, instead of skipping the token as intended.
2016-12-18 * New SMARTTIME24 token for index screen. It is close to SMARTDATETIMEEduardo Chappa
but it differns in that it gives the time in which the message was sent for messages that are less than a week old. it uses a 24 hour format.
2016-12-18 * Update to documentation to add SHORT versions of SUBJKEY andEduardo Chappa
SUBJKEYINIT.
2016-12-18 * New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shortenEduardo Chappa
the subject, removing list name information from the subject (text enclosed between "[" and "]".)
2016-12-16 * New version 2.20.999Eduardo Chappa
2016-12-16 * Separate updateline into two functions, one does updateline withoutEduardo Chappa
colors, the other one does updateline with colors.
2016-12-09 * Add location of openssl libraries, include files, etc for openssl inEduardo Chappa
manjaro Linux.
2016-12-08 * Corrections to pico manual contributed by Dennis Davis.Eduardo Chappa
2016-12-02 * In Cygwin, installing Openssl does not install libcrypto-devel, so weEduardo Chappa
add a check for crypt.h to the configure script to check that this file is properly installed.
2016-11-26 * When opening an INBOX folder in a context different from the incomingEduardo Chappa
folders collection, from the command line, Alpine would open the INBOX folder from the incoming folders collection.
2016-11-25 * new color code had problems when TABs were present in text, since lineEduardo Chappa
length computation was not done correctly. The code also works for wide characters and control keys.
2016-11-23 * New version 2.20.99; new release is scheduled for January 2017.Eduardo Chappa
2016-11-22 * Minor updates to source to update copyright notices (part 1)Eduardo Chappa
2016-11-22 * Free some allocated memory in the new color code.Eduardo Chappa
2016-11-21 * Further improvements to color code to remove a bug that makes PicoEduardo Chappa
add spaces when text is selected for a cut and paste operation. This code adds line length as a parameter to updateline().
2016-11-21 * SMIME: Change the default signature digest from sha1 to sha-256,Eduardo Chappa
since clients such as Thunderbird do not validate signatures that use sha1 digest.
2016-11-18 * Remove limit of encoded words in the c-client library, since anyEduardo Chappa
limit makes a search eventually fail for a long enough encoded word.
2016-11-16 * Several improvements and bug fixes related to the color supportEduardo Chappa
in Pico.
2016-10-28 * Crash when canceling a goto command on a local collection that hasEduardo Chappa
not been expanded and attempting to expand such collection.
2016-10-23 * Deleting from the end of the line in the composer, still showedEduardo Chappa
deleted characters. Reported bt Mark Peveto.
2016-10-22 * Color support for the default composer and Pico. If users haveEduardo Chappa
configured colors to read messages in Alpine, the same colors will be used in the default composer. In the case of Pico, read the manual to understand how to configure this new feature.
2016-10-08 * new version 2.20.17Eduardo Chappa
2016-10-08 * Some code clean up before releasing the next alpha version.Eduardo Chappa
2016-10-05 * Add return codes to setup_pwdcert function, so that caller can knowEduardo Chappa
what happened and decide accordingly. Fixes the fact that Alpine will fail to create self signed certificate, when the .pwd directory does not exist.
2016-10-05 * When Alpine is compiled with password file and SMIME supportEduardo Chappa
the password file is encrypted using a private key/public certificate pair. If one such pair cannot be found, one will be created.
2016-09-29 * Alpine will include attachments when forwarding someEduardo Chappa
multipart/alternative messages for which it did not use to include attachments.
2016-09-28 * S/MIME: If the option "Remember S/MIME Passphrase" is disabled, thenEduardo Chappa
entering a password to read an encrypted message will make Alpine forget the key and not ask the password to unlock it again in case it is necessary to unlock it again. Reported by Ulf-Dietrich Braumann.
2016-09-19 * Alpine failed to read an encrypted password file if too manyEduardo Chappa
passwords have been saved in it.
2016-09-13 * New version 2.20.16Eduardo Chappa
* SMIME: Bouncing could sign (and therefore corrupt) a message when it is signed automatically. Reported by Björn Krellner.
2016-09-08 * Update to documentation to include that we support OpenSSL 1.1.0Eduardo Chappa
as well as Libressl.
2016-09-03 * Alpine does not build with openssl 1.1.0, so this update fixes that.Eduardo Chappa
Users have the option to build with older versions of OpenSSL or with version 1.1.0. The current code is transitional and it is intended that we will move Alpine to build exclusively with version 1.1.0 or above in the future. This update also recognizes if we are using LibreSSL. It was tested with version 2.4.2.
2016-08-29 * Bug: When implementing the alternate-reply-menu, some of the codeEduardo Chappa
got moved to the beginning of the reply_text_query function, which made the function return before it initialized some variables, which were therefore initialized to default values, and not the values configured by the user. This made, for example, make Alpine place the signature at the top of a message, regardless of what the user had configured. Reported by Andreas Schamanek.
2016-08-28 * New version 2.20.15.Eduardo Chappa
2016-08-27 * The bounce command adds a subcommand to choose a role.Eduardo Chappa