# ############################## GLOBAL STUFF #############################

# Note: You _can_ put spaces between the variable and = and the value.
# Here are machine-specific things that aren't in profiles...

extra_enter_at_end=0
# 0: Just one enter at the end.
# 1: Require two enters (use if pgp4pine just quits and sends without 
#    confirming...

add_comment=1
# 1: Add a comment that says "Comment: Made with pgp4pine x.xx"
# 0: Don't add a comment.

override_recipients=0
# 0: If -r found in command line, use it for recipients (pgp4pine default)
# 1: Ask for recipients even if -r found. (PAPP default)

external_pager=less
# set this to whatever pager you prefer (less, more, etc...) for piping

# ############################## PROFILE STUFF ##########################

# Now we get to profiles...
# Here we have the profile list. Seperate entries with :
# Ex: profile_list=pgp5:testing:work:school
# Note: profile names must be AT LEAST 2 letters long!!!
profile_list=pgp5:pgp2:gpg

# All profile entries are of the form "profile_<profilename>_<entryname>"

# Here we have the pgp5 profile...
profile_pgp5_version=5

# This is optional, in case pgp isn't in your PATH
# profile_pgp5_folder=/opt/pgp/

# This is for any extra options you want to pass, like --use-v3-sigs or somesuch...
# These are only used when sending mail/files (encrypt/sign), not decrypt/verify
# profile_pgp5_extra_options=

# Auto-signs your documents. -1 means never sign. 0 means ask. 1 means always sign.
profile_pgp5_autosign=0

# Auto-encrypts your documents. -1 means never encrypt. 0 means ask. 1 means always try to.
profile_pgp5_autoencrypt=0

# Encrypt to yourself? -1 means never, 0 means ask, 1 means always.
# (alternatively enable it in your PGP-Config file)
profile_pgp5_encrypt_to_self=1

# This is your Address. When set, pgp4pine uses this as ID for encryption, and as encrypt-to-self
# target. An Email address will match the first on your keyring. Hex-ID is recommended. 
# profile_pgp5_my_address=noone@nowhere.com
# or profile_pgp5_my_address=0x1234567

# Use ASCII-armor? Highly recommended. -1 means never, 0 means ask, 1 means always.
profile_pgp5_ascii_armor=1

# Use canonical text format? Highly recommended. -1 means never, 0 means ask, 1 means always.
profile_pgp5_universal_text=1

# Do detached signatures? These appear as <filename>.sig and have to be explicitly attached in pine...
profile_pgp5_detached_sigs=-1

# Where are pgpv, pgpk, pgps, and pgpe?
profile_pgp5_pgpk=pgpk
profile_pgp5_pgpe=pgpe
profile_pgp5_pgps=pgps
profile_pgp5_pgpv=pgpv

# This is a temp file that pgp4pine uses to temporarily store the data.
# YOU MUST USE A FULL PATH TO THIS FILE, SO IT'S NOT ON BY DEFAULT.
# Default is ~/pgp4pine.tmp
# profile_pgp5_tmpfile=/home/holger/delete.me

# Pretty much just empty profiles, defaults to my program's desires. :)
profile_pgp2_version=2
profile_pgp2_pgp2bin=pgp

profile_gpg_version=1
profile_gpg_gpgbin=gpg
