Age | Commit message (Collapse) | Author |
|
"alpine -v".
Suggested by Matt Ackeret.
|
|
|
|
|
|
|
|
changes that are necessary for compilation that did not make
it to the previous commit.
|
|
consume CPU when it was iconized. Reported by Holger Schieferdecker in
comp.mail.pine.
|
|
|
|
counts users of Alpine. This eliminates any information sent to the
developers of Alpine by Alpine users. Based on work by Geoffrey Thomas.
|
|
memory in file http.c, and move Pico version to 5.10.
|
|
List contributed by Jens Schleusener.
|
|
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
|
|
client-id and client-secret information.
|
|
Elliot.
|
|
|
|
default. In order to build the imap tools (such as mtest, imapd,
etc.) the configure script must be given the --with-bundled-tools
option. Similarly, libpam is not required anymore, unless the option
--with-bundled-tools is used.
|
|
when a screen is resized to a large number of rows. The solution was
to change the type of two variables from "signed char" to "int".
Reported by Joshua Miller.
|
|
the table of color codes.
|
|
|
|
Eckner.
|
|
line. Make sure that color_options is set before we turn on colors on.
|
|
library until the development header have been found, and update
C_CLIENT_AUTHS to not to have a trailing space.
|
|
|
|
Reported by Christian Kujau.
|
|
make it easier to find functions when I need to do so.
|
|
* Reversing the clearing of the rmap memory.
|
|
|
|
* 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.
|
|
(alpine.exe had already been added in the previous commit.)
|
|
it possible to translate them.
|
|
of a character incorrectly. Reported by Alexandre Fedotov.
|
|
when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
|
|
I find a way to activate it again. This is not critical and it is not
something that PC-Pico must have (some of it already exists in other
ways, like color support, what does not exist is the more complex
code that Unix-Pico has with color codes for specific colors.)
|
|
|
|
colors, the other one does updateline with colors.
|
|
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().
|
|
in Pico.
|
|
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.
|
|
|
|
as well as autocompletes automatically when only one possibility exists
for the ^J attach command.
|
|
* Update of copyright notice
* Update to release notes to indicate support of RFC 2971.
|
|
expected size in modules in display.c.
|
|
user to choose the dictionary used to spell, in case the user
communicates in more than one language. Examples of values for the
variable are "en_US" or "de_DE", etc. Only the first 10 dictionaries
are offered.
|
|
at the end of a line. Reported by James Mingo.
|
|
remote server and the private key is not available.
* SMIME: Management of several alternate name (SAN) certificates is
improved. When importing a SAN certificate, also import a certificate
for the filename, besides for the e-mail addresses in the
certificate.
* When saving an attachment, the "^T" command leads to a screen where the
"A" command can be used to add a file. A directory can be added by
pressing "^X" after the "A" command. Added after a suggestion by
Stefan Goessling.
|
|
lisblank.
* Clean up some code in pith/smime.c.
|
|
|
|
* 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.
|