Skip to content

Commit f8f7b97

Browse files
committed
Update alpine config
Use remote address book and add signature so that the remote config just works.
1 parent 5b20f5b commit f8f7b97

1 file changed

Lines changed: 53 additions & 4 deletions

File tree

_pinerc

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ form-letter-folder=
6060

6161
# Contains the actual signature contents as opposed to the signature filename.
6262
# If defined, this overrides the signature-file. Default is undefined.
63-
literal-signature=
63+
literal-signature=bob walker - @rjw1\nthey/them or he/him\nhttp://randomness.org.uk\na larger than average carbon based humanoid\n
6464

6565
# Over-rides default path for signature file. Default is ~/.signature
6666
signature-file=
@@ -410,7 +410,8 @@ news-collections=
410410
# List of file or path names for personal addressbook(s).
411411
# Default: ~/.addressbook (Unix) or \PINE\ADDRBOOK (PC)
412412
# Syntax: optnl-label path-name
413-
address-book=
413+
address-book=.addressbook,
414+
"Remote Address Book" {mail.randomness.org.uk/ssl/novalidate-cert/user=bob@randomness.org.uk}remote_addrbook
414415

415416
# List of file or path names for global/shared addressbook(s).
416417
# Default: none
@@ -421,7 +422,7 @@ global-address-book=
421422
last-time-prune-questioned=125.7
422423

423424
# Set by Pine; controls display of "new version" message.
424-
last-version-used=6.21
425+
last-version-used=6.26
425426

426427
# This names the path to an alternative program, and any necessary arguments,
427428
# to be used in posting mail messages. Example:
@@ -510,7 +511,7 @@ disable-these-authenticators=GSSAPI,
510511
PLAIN
511512

512513
# Set by Pine; contains data for caching remote address books.
513-
remote-abook-metafile=
514+
remote-abook-metafile=.ab98668
514515

515516
# How many extra copies of remote address book should be kept. Default: 3
516517
remote-abook-history=
@@ -753,3 +754,51 @@ mailcap-check-interval=
753754

754755
# List of directories that are preferred locations to save or export attachments.
755756
default-directories=
757+
758+
# Your login/e-mail user name
759+
user-id=bob
760+
761+
# Sets the path for the system ssl certificates issued by a trusted
762+
# certificate authority. Note that this could be a list of paths, if the same
763+
# pinerc is used in different systems. Alpine always chooses the first one that
764+
# it finds. Value must be an absolute path.
765+
system-certs-path=
766+
767+
# Sets the path for the system ssl file container of certificates issued by a
768+
# certificate authority. Note that this could be a list of container files,
769+
# if the same pinerc is used in different systems. Alpine always chooses the,
770+
# first one that it finds. Value must be an absolute path.
771+
system-certs-file=
772+
773+
# Sets the path for a file that contains certificates that a user trusts.
774+
#Note that this could be a list of container files,
775+
# if the same pinerc is used in different systems. Alpine always chooses the,
776+
# first one that it finds. Value must be an absolute path.
777+
user-certs-path=
778+
779+
# Sets the path for a file that contains certificates that a user trusts.
780+
#Note that this could be a list of container files,
781+
# if the same pinerc is used in different systems. Alpine always chooses the,
782+
# first one that it finds. Value must be an absolute path.
783+
user-certs-file=
784+
785+
# Colon separated list of ciphers that should be negotiated with the remote
786+
# ssl server upon connection.
787+
ssl-ciphers=
788+
789+
# If this much time has elapsed at the time of a tcp read or write timeout,
790+
# Alpine will close the connection automatically without user intervention.
791+
# Setting this value to zero (the default) disables this. Setting this variable
792+
# to a smaller value than tcp-query-timeout will close the connection
793+
# automatically, and you will never be asked if you want to wait.
794+
close-connection-timeout=
795+
796+
# A range in the form min,max that sets the minimum amd maximum versions of the
797+
# SSL protocol that Alpine will use when connecting to a secure server.
798+
encryption-protocol-range=
799+
800+
# Your client-id and client-secret information to authenticate using XOAUTH2
801+
xoauth2-info=
802+
803+
# Your login/e-mail user name
804+
user-id=bob

0 commit comments

Comments
 (0)