From 07149fdddef9a3724fec78177cc86a29044ce5ac Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 13 Jul 2007 22:28:04 +0000 Subject: small fix --- firma | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'firma') diff --git a/firma b/firma index 13f1d11..b3e68e9 100755 --- a/firma +++ b/firma @@ -1598,12 +1598,7 @@ function SubscribeUsers { fi fi if CheckValidEmail $2; then - if [[ "$MODE" == "admin-interactive" ]]; then - method="--search-keys" - else - AdminLog "subscribe: please use a keyid instead of an email when in the non-interactive admin mode" - return_code=1 - fi + method="--search-keys" else method="--recv-keys" fi -- cgit v1.2.3