]> gitweb.fluxo.info Git - firma.git/commitdiff
small fix
authorrhatto <rhatto>
Fri, 13 Jul 2007 22:28:04 +0000 (22:28 +0000)
committerrhatto <rhatto>
Fri, 13 Jul 2007 22:28:04 +0000 (22:28 +0000)
firma

diff --git a/firma b/firma
index 13f1d1138fd778372b51dbe3be71ba20b9fa2dc2..b3e68e90a50150420f053cf870ed27205ab1f27a 100755 (executable)
--- 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