enable GPG by default if I assigned a GPG key

This commit is contained in:
Yann Leboulanger 2006-04-15 12:02:19 +00:00
parent 9768940b3a
commit 2d7b41ecb9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ],
}, {}),
}