Age | Commit message (Collapse) | Author |
|
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.
|
|
used to form a URL. Reported and fixed by Wang Kang.
|
|
support, but it is built with password file support. Reported by
Robert G. Siebeck.
|
|
follows:
mailutil dedup MAILBOX
This command will open MAILBOX and remove duplicates of messages.
Two messages are duplicate of each other if they have the same
message-id. If a message does not have a message-id, it is not
deleted. If MAILBOX is omitted, then INBOX is assumed.
|
|
to save the role being used to compose such message so that settings
such as the SMTP server set in the role can be used when sending such
form message. Suggested and patched by Frank Doepper.
|
|
Based on a contribution by Wang Kang.
|
|
|
|
same name, do not overwrite a file more than once, but instead add a
counter number to the filename to make a new file that does not exist
in the file system.
|
|
SERVERS screen correctly. I think I got them all now...
|
|
only a small portion of the subtitle (e.g. "Directo" instead of
"Directory Server on some.server.com".)
|
|
when the position for wrapping is at a wide UTF-8 code point.
|
|
In order to produce a crash one needed to use the ^T subcommand and
do a search in a LDAP directory. The crash is produced by changes to
the text in the title bar. Reported by Heinrich Mislik in the
Alpine-info list.
* Add ignore size option to Alpine, which helps users deal with some
servers that compute sizes incorrectly but send complete messages
when users save messages from those servers.
|
|
adding memory freeing calls when necessary.
|
|
user is sometimes asked to import a certificate and sometimes a key.
* Fix a case of memory freed twice introduced in commit 4bf825141c...
|
|
that encrypts password file in case that the new key/certificate pairs
have the same name as the old key/certificate.
|
|
to encrypt a password file in the SMIME setup configuration screen.
|
|
file, writes a non-secure encrypted password file until Alpine is
restarted again.
|
|
|
|
Provided by Dennis Davis.
|
|
* Update of copyright notice
* Update to release notes to indicate support of RFC 2971.
|
|
|
|
expected size in modules in display.c.
|
|
the certificate to lowercase, which may make Alpine not be able to
read such certificate. Reported by Dennis Davis.
|
|
ldap_unbind_ext to ldap_unbind and add config.wnt.h to git
repository)
|
|
screen to account for the broadened search, but will not replaint the
screen due to scrolling. Suggested by Holger Trapp.
|
|
in signatures, when the option "Validate Using Certificate Store Only"
is enabled. If the user does not wish to save it, validation will fail.
|