Revert 0b503fa: Fixing critical bug: looking up email addresses for PGP encryption in keychain was done case sensitive

This commit is contained in:
fkrone 2015-02-14 19:00:25 +01:00
parent c059cfe63b
commit 2ff0b7e123
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ gpg_to = list()
ungpg_to = list()
for to in to_addrs:
to = to.lower()
if to in keys.values() and not ( cfg['default'].has_key('keymap_only') and cfg['default']['keymap_only'] == 'yes' ):
gpg_to.append( (to, to) )
elif cfg.has_key('keymap') and cfg['keymap'].has_key(to):