Added possibility to explicity specify key for action encrypt.

master
cranix 2017-02-28 17:38:20 +01:00
parent 398af5c4a8
commit 994dbdfaa4
1 changed files with 2 additions and 0 deletions

2
kuvert
View File

@ -651,6 +651,8 @@ sub findaction
#Encrypt or drop everything
if ($actions{$addr}=~/^encrypt/)
{
my $thisaction=$1;
$actions{$addr}=$thisaction;
$actions{$addr}=$specialkeys{$addr}||$email2key{$addr}||"drop";
}