enable GPG by default if I assigned a GPG key
This commit is contained in:
parent
9768940b3a
commit
2d7b41ecb9
|
@ -285,7 +285,7 @@ class Config:
|
|||
'state_muc_directed_msg_color': [ opt_color, 'red2' ],
|
||||
}, {}),
|
||||
'contacts': ({
|
||||
'gpg_enabled': [ opt_bool, False ],
|
||||
'gpg_enabled': [ opt_bool, True ],
|
||||
}, {}),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue