comparison mcabber/mcabberrc.example @ 2234:232c26383fc4

New option: 'gpg_home' The new 'gpg_home' option can be used to specify a custom configuration directory for GnuPG.
author Holger Weiß <holger@zedat.fu-berlin.de>
date Sat, 21 Nov 2015 17:44:59 +0100
parents 90c25a29fb35
children 41e897b79c8d
comparison
equal deleted inserted replaced
2233:90c25a29fb35 2234:232c26383fc4
77 #set pgp_passphrase_retries = 2 77 #set pgp_passphrase_retries = 2
78 # 78 #
79 # You can specify the path to the gpg binary, e.g. to force the use of 79 # You can specify the path to the gpg binary, e.g. to force the use of
80 # GnuPG version 1 on systems which have both versions installed. 80 # GnuPG version 1 on systems which have both versions installed.
81 #set gpg_path = /usr/bin/gpg 81 #set gpg_path = /usr/bin/gpg
82 #
83 # If GnuPG should use a custom configuration directory, you can set
84 # 'gpg_home' to the desired path.
85 #set gpg_home = ~/.mcabber/gpg
82 86
83 # Conference nickname 87 # Conference nickname
84 # This nickname is used when joining a room, when no nick is explicitly 88 # This nickname is used when joining a room, when no nick is explicitly
85 # specified by the user. Note that when the nickname option is not set, 89 # specified by the user. Note that when the nickname option is not set,
86 # the jid variable can be used. 90 # the jid variable can be used.