Age | Commit message (Collapse) | Author |
|
length computation was not done correctly. The code also works for
wide characters and control keys.
|
|
|
|
|
|
|
|
add spaces when text is selected for a cut and paste operation. This
code adds line length as a parameter to updateline().
|
|
since clients such as Thunderbird do not validate signatures that use
sha1 digest.
|
|
limit makes a search eventually fail for a long enough encoded
word.
|
|
in Pico.
|
|
not been expanded and attempting to expand such collection.
|
|
deleted characters. Reported bt Mark Peveto.
|
|
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.
|
|
|
|
|
|
what happened and decide accordingly. Fixes the fact that Alpine will
fail to create self signed certificate, when the .pwd directory does
not exist.
|
|
the password file is encrypted using a private key/public certificate
pair. If one such pair cannot be found, one will be created.
|
|
multipart/alternative messages for which it did not use to include
attachments.
|
|
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.
|
|
passwords have been saved in it.
|
|
* SMIME: Bouncing could sign (and therefore corrupt) a message when it
is signed automatically. Reported by Björn Krellner.
|
|
as well as Libressl.
|
|
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.
|
|
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.
|
|
|
|
|
|
to control features and variables when you start to reply to a
message.
|
|
without problems.
|
|
words in length of no more than 75 characters.
|
|
to check for correct range of message number before calling mail_elt.
* Work in progress: correct some uses of system calls that do not check
for returned value. This work will follow the lead given by Christian
Kujau and Asheesh Laroia. Expect more changes of this type in
subsequent commits.
|
|
not correctly made. Reported and patched by Christian Kujau. Final
patch uses fprintf instead of printf.
|
|
allow users to select the role used in either replying, forwarding or
replying to the group of selected messages, Suggested by Hisashi T
Fujinaka.
|
|
of the file that is being opened and replaces it by another for the
same mime type. If Alpine finds that the extension of the file
corresponds with the mime type, according to the mime-types file,
then it will keep it, and no substitution will be made.
|
|
of the titlebar. This happened when trying to continue a postponed
message. Alpine would call the format_titlebar function, which would
attempt to use the msgmap of the freed stream of the postponed
messages folder. The solution was to not to call the format_titlebar
function, because all that is needed is the color of the titlebar,
and that can be obtained in a different way.
|
|
|
|
|
|
messages other than top of threads could appear in the index, making
Alpine display messages "out of the screen." The solution was to apply
unview_thread to all threads.
|
|
later when it becomes an issue again.
* Minor fix to documentation.
|
|
using '.' character to represent the current message/thread, and "$"
to represent the last message/thread.
|
|
file would not be created if it did not exist.
|
|
|
|
|
|
signal. An attempt is being made to correct this in the future. See
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772.
|
|
selected will be bounced, or if not all selected messages will be
bounced. Suggested by Ulf-Dietrich Braumann.
|
|
Binderman.
|
|
problems building when the former function in used. Reported by
Ulf-Dietrich Braumann.
|
|
check if the password file exists before we ask the user if we
want to preserve the password for the next login.
|
|
as well as autocompletes automatically when only one possibility exists
for the ^J attach command.
|
|
|
|
for save of attachments or export of files.
|
|
command will offer to save the file in the encoded form. This might
work for some users, but the save command will have a subcommand ^N
to decode the file name and save the file with the decoded name.
|
|
* Add the configuration variable "default-directories", which is called
"Extra Directories for Save" in the configuration screen. This
variable saves a list of directories that are readily accessible for
save or export of attachments. This makes it easier to save
attachments in directories that are hard to navigate to, or that are
accessed frequently.
|