diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-04-23 01:17:55 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-04-23 01:17:55 -0400 |
commit | ea3cf2f40b1f9985107d76de361878800bf71c0a (patch) | |
tree | 3464a5417548f510fcc6cb55a1d93e4131ded618 | |
parent | 5c4dfeb2e15fea395abda5027e92e2a013b1aaf0 (diff) | |
download | openwrt-repro-ea3cf2f40b1f9985107d76de361878800bf71c0a.tar.gz openwrt-repro-ea3cf2f40b1f9985107d76de361878800bf71c0a.zip |
pine fixes for various shit
-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= |