# Options for GnuPG # # Unless you you specify which option file to use (with the commandline # option "--options filename"), GnuPG uses the file ~/.gnupg/options by # default. # # An option file can contain all long options which are available in # GnuPG. If the first non white space character of a line is a '#', this # line is ignored. Empty lines are also ignored. # # See the man page for a list of options. # Uncomment the next line to get rid of the copyright notice no-greeting # If you have more than 1 secret key in your keyring, you may want to # uncomment the following option and set your preffered keyid default-key 026A27F2 # The next option is enabled because this one is needed for interoperation # with PGP 5 users. To enable full OpenPGP compliance you have to remove # this option. #force-v3-sigs # I don't need to use this option, because mutt has been told to encode emails # differently if they would require ">From" munging. #escape-from-lines # If you do not use the Latin-1 (ISO-8859-1) charset, you should tell # GnuPG which is the native character set. Please check the man page for # supported character sets. #charset koi8-r # lock the file only once for the lifetime of a process. if you do not # define this, the lock will be obtained and released every time it is # needed - normally this is not needed. #lock-once # If you've compiled the idea extension, this option is needed to read # some emails encrypted with older versions of PGP. #load-extension idea # GnuPG can import a key from a HKP keyerver if one is missing for certain # operations. If you set this option to a keyserver you will be asked in # such a case whether GnuPG should try to import the key from that server # (servers do synchronize with each others and DNS Round-Robin may give you # a random server each time). # Use "host -l pgp.net | grep www" to figure out a keyserver. keyserver pgp.mit.edu keyserver-options auto-key-retrieve # Stuff should also be encrypted with my key so I can decrypt it. encrypt-to 026A27F2 # But don't show who the email is encrypted to. #throw-keyid # Let people know where to find my keysigning policy. #set-policy-url http://www.pobox.com/~phil_g/pgp/policy.html # And I want to see other people's policy URLs by default. list-options show-policy-urls verify-options show-policy-urls