Age | Commit message (Collapse) | Author |
|
option due to an undefined value for DF_ENCRYPTION_RANGE.
Reported by David Morris.
|
|
|
|
default debug level is set to 1. Print this if requested, regardless
of what the default debug level is.
|
|
|
|
|
|
re-attach the original attachment. Reported by Michael Traxler. The
solution was that as soon as we recognize that the attachment has
changed we delete its id, since Alpine recognizes an old attachment
by the existence of an id field in the attachment structure.
|
|
|
|
|
|
|
|
|
|
when new mail arrives. This is consistent with Alpine dinging the
bell when new mail arrives. Bell will not ding if it is disabled
for status messages. Suggested by Chime Hart.
|
|
|
|
|
|
|
|
ARRC, as these are inherited from values set in the configure script,
which in turn can be inherited from environment variables. This
implies that to build c-client one needs to specify these variables,
and since this is not being built as a stand-alone library anymore, we
take these values from the configure script. Submitted by Robert
Siebeck.
|
|
a text explaining the basic steps on how to configure fully Alpine with Gmail
was added. In addition, some issues introduced while included OAUTHBEARER
were also fixed.
|
|
|
|
List contributed by Jens Schleusener.
|
|
options -xoauth2-server, -xoauth2-client-id, and -xoauth2-client-secret.
|
|
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
|
|
the table of color codes.
|
|
|
|
multipart/signed, Alpine will include the text of the original
message in a reply message, instead of including a multipart
attachment. Suggested by Barry Landy.
|
|
|
|
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
|
|
* The online repo does not mimic the root local directory
from which it is created. This is an attempt to fix this.
This caused the problem that kerberos was not working
with the bytes on the repo, but it would work on the root
which created it. Reported by Holger Trapp.
|
|
main website of distribution of Alpine.
|
|
version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
not correctly made. Reported and patched by Christian Kujau. Final
patch uses fprintf instead of printf.
|
|
|
|
|
|
|
|
* Update of copyright notice
* Update to release notes to indicate support of RFC 2971.
|
|
|
|
* Move manual pages to a "man1" directory.
|
|
* Add command line argument -smimedir, which allows to specify
the default path for a directory that contains the public, private,
and ca directories. This is useful in case a user has a backup of
old certificates that cannot be installed in the ~/.alpine-smime
dir.
* Update to alpine man page to include documentation on missing command
line options such as -nowrite_password_cache, -passfile, -pwdcertdir,
and -smimedir.
* Various changes in the code to quell some compiler issued warnings in
Mac OSX. Reported by Joe St Sauver. This includes the removing
deprecated ldap functions from the code and the test in the configure
script. The switch to not deprecated functions is done by the use of
the belvar structure, which is not completely appropriate for what we
are doing, but it is sufficient for our needs. The berval structure
is more appropriate for binary data, but it works well with string
data, which is what we need.
* Various changes in the code to quell some warnings issued by clang
3.5.
|