diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-03-15 22:39:54 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-03-15 22:39:54 -0600 |
commit | 955a543f9ac3bb29b88a42d0520ac68324c2f6fa (patch) | |
tree | 89d5f69fe3569b97a96ca0b901f8886c3457524c /doc | |
parent | c2af1608456087b5d9475e3b288a12554214c221 (diff) | |
download | alpine-955a543f9ac3bb29b88a42d0520ac68324c2f6fa.tar.xz |
* new version 2.20.3
* SMIME: If a message contains a RFC822 atachment that is
signed/decrypted add the ability to view its SMIME information.
* SMIME: The ^E command that gives information on the certificate
is only available for messages that have a signed or encrypted part.
* Fix vulnerability in regex library. This only affects those who use
this library, such as the windows version of Alpine. See
http://www.kb.cert.org/vuls/id/695940.
* HTML: Add support for decoding entities in hexadecimal notation.
Suggested by Tulipánt Gergely.
* Pico: Add the ability to search for strings in the beginning or end
of a line. In the search menu, pressing Ctrl-^ toggles the prompt
to search for a string at the beginning of a line. Another press of
Ctrl-^ toggles the prompt to search for a string at the end of a line,
and pressing Ctrl-^ one more time searches for the string anywhere in
the text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/alpine.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/alpine.1 b/doc/alpine.1 index 66e0d8d8..c75cbcc3 100644 --- a/doc/alpine.1 +++ b/doc/alpine.1 @@ -291,6 +291,8 @@ uses the following environment variables: .br ~/.addressbook Default address book file. .br +~/.signature File used for signature, appended to every message. +.br ~/.pine-debug[1-4] Diagnostic log for debugging. .br ~/.pinerc Personal alpine config file. @@ -313,11 +315,17 @@ uses the following environment variables: .br /usr/local/lib/pine.conf.fixed Non-overridable configuration file. .br +~/.alpine-smime/ca Directory that contains Certificate Authority files. +.br +~/.alpine-smime/private Directory that contains private key(s). +.br +~/.alpine-smime/public Directory that contains public key(s). +.br /tmp/.\\usr\\spool\\mail\\xxxx Per-folder mailbox lock files. .br ~/.pine-interrupted-mail Message which was interrupted. .br -~/mail/postponed-msgs For postponed messages. +~/mail/postponed-msgs For postponed messages (drafts) .br ~/mail/sent-mail Outgoing message archive (FCC). .br |