diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-07-24 22:13:59 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-07-24 22:13:59 -0600 |
commit | 9306e227fc7b1b096d4a58f8c06da66603a50a6a (patch) | |
tree | 0f4089b0487bb8d6514fcfb79fdd352ebcd527a9 /doc | |
parent | 28063ac494a640111f4483e85f968ee45b4213de (diff) | |
download | alpine-9306e227fc7b1b096d4a58f8c06da66603a50a6a.tar.xz |
* new version 2.20.9.
* 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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/alpine.1 | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/doc/alpine.1 b/doc/alpine.1 index 5d236774..312cb776 100644 --- a/doc/alpine.1 +++ b/doc/alpine.1 @@ -164,6 +164,9 @@ Use function keys for commands. This is the same as running the command .IP \fB-n\ \fInumber\fR 20 Start up with current message-number set to .I number. +.IP \fB-nowrite_password_cache\fR 20 +Read from a password cache if there is one, but +never offer to write a password to the cache .IP \fB-o\fR 20 Open first folder read-only. .IP \fB-p\ \fIconfig-file\fR 20 @@ -177,11 +180,24 @@ Use as the configuration file instead of default system-wide configuration file .IR pine.conf . +.IP \fB-passfile\ \fI<fully-qualified-path>\fR 20 +When password file support is compiled in, use the file specified in +.I <fully-qualified-path> +instead of the default. .IP \fB-pinerc\ \fIfile\fR 20 Output fresh pinerc configuration to .I file, preserving the settings of variables that the user has made. Use \fIfile\fR set to ``-'' to make output go to standard out. -<IP> \fB-registry\ \fIcmd\fR 20 +.IP \fB-pwdcertdir\ \fI<fully-qualified-path>\fR 20 +When SMIME and password file support are compiled in, this variable sets +the directory to store your personal key and certificate to encrypt and +decrypt your password file. +.IP \fB-r\fR 20 +Use restricted/demo mode. +.I Alpine +will only send mail to itself +and functions like save and export are restricted. +.IP \fB-registry\ \fIcmd\fR 20 For PC-Alpine only, this option affects the values of Alpine's registry entries. Possible values for \fIcmd\fR are set, clear, and dump. @@ -193,11 +209,11 @@ entries according to its current settings. Note that the dump command is currently disabled. Without the -registry option, PC-Alpine will write values into the registry only if there currently aren't any values set. -.IP \fB-r\fR 20 -Use restricted/demo mode. -.I Alpine -will only send mail to itself -and functions like save and export are restricted. +.IP \fB-smimedir\ \fI<fully-qualified-path>\fR +If SMIME is compiled in, this argument sets the directory where the +public, private, and certificate authorities certificates and keys +are stored. If not set by the command line the default is +~/.alpine-smime .IP \fB-sort\ \fIorder\fR Sort the FOLDER INDEX display in one of the following orders: .I arrival, date, subject, orderedsubj, thread, from, size, score, to, cc, |