From e5b91b116075d8ebc288f1022be8ff30ef93e845 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 6 Oct 2008 03:19:35 -0400 Subject: many tweaks to fluxbox conf --- .pinerc | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to '.pinerc') diff --git a/.pinerc b/.pinerc index 29d1230..f521376 100644 --- a/.pinerc +++ b/.pinerc @@ -321,7 +321,7 @@ global-address-book= last-time-prune-questioned=119.10 # Set by Pine; controls display of "new version" message. -last-version-used=5.10 +last-version-used=6.00 # This names the path to an alternative program, and any necessary arguments, # to be used in posting mail messages. Example: @@ -598,3 +598,48 @@ unknown-character-set= # inbox is located at "~/Maildir" you do not need to change this value. # A common value is also ".maildir" maildir-location= + +# Public certificates are kept in files in this directory. The files should +# contain certificates in PEM format. The name of each file should look +# like .crt. The default directory is .alpine-smime/public. +smime-public-cert-directory= + +# If this option is set then public certificates are kept in a single container +# "file" similar to a remote configuration file instead of in the +# smime-publiccert-directory. The value can be a remote or local folder +# specification like for a non-standard pinerc value. The default +# is that it is not set. +smime-public-cert-container= + +# Private keys are kept in files in this directory. The files are in PEM format. +# The name of a file should look like .key. +# The default directory is .alpine-smime/private. +smime-private-key-directory= + +# If this option is set then private keys are kept in a single container +# "file" similar to a remote configuration file instead of in the +# private-key-directory. The value can be a remote or local folder +# specification like for a non-standard pinerc value. The default +# is that it is not set. +smime-private-key-container= + +# Certificate Authority certificates (in addition to the normal CACerts for the +# system) are kept in files in this directory. The files are in PEM format. +# Filenames should end with .crt. The default directory is .alpine-smime/ca. +smime-cacert-directory= + +# If this option is set then CAcerts are kept in a single container +# "file" similar to a remote configuration file instead of in the +# ca-cert-directory. The value can be a remote or local folder +# specification like for a non-standard pinerc value. The default +# is that it is not set. +smime-cacert-container= + +# LDAP servers for looking up addresses. +ldap-servers= + +# RSS News feed +rss-news= + +# RSS Weather feed +rss-weather= -- cgit v1.2.3