Skip to content
Snippets Groups Projects
Commit 2d7b41ec authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

enable GPG by default if I assigned a GPG key

parent 9768940b
No related branches found
No related tags found
No related merge requests found
......@@ -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 ],
}, {}),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment