diff options
-rw-r--r-- | .pinerc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ personal-name= # Sets domain part of From: and local addresses in outgoing mail. -user-domain=mit.edu +user-domain=alum.mit.edu # List of SMTP servers for sending mail. If blank: Unix Pine uses sendmail. smtp-server=outgoing.mit.edu/novalidate-cert @@ -185,7 +185,7 @@ use-only-domain-name= # This variable takes a list of programs that message text is piped into # after MIME decoding, prior to display. -display-filters= +display-filters=_LEADING("-----BEGIN PGP SIGNED MESSAGE")_ /usr/bin/gpg --decrypt, _LEADING("-----BEGIN PGP MESSAGE")_ /usr/bin/gpg --decrypt # This defines a program that message text is piped into before MIME # encoding, prior to sending @@ -275,7 +275,7 @@ mailcap-search-path= mimetype-search-path= # List of programs to open Internet URLs (e.g. http or ftp references). -url-viewers=/usr/X11R6/bin/firefox +url-viewers=/usr/bin/chromium-browser # The maximum number of non-stayopen remote connections that pine will use max-remote-connections= @@ -409,7 +409,7 @@ disable-these-drivers= disable-these-authenticators= # Set by Pine; contains data for caching remote address books. -remote-abook-metafile= +remote-abook-metafile=.ab50848 # How many extra copies of remote address book should be kept. Default: 3 remote-abook-history= |