# 1 if not
#-------------------------------------------------------------
- if ! echo $2 | grep -q '[^@]\+@[^@]\+'; then
+ if ! echo $1 | grep -q '[^@]\+@[^@]\+'; then
return 1
else
return 0
local key
local -i return_code=0
local keyid="$($GPG_LIST_KEYS --with-fingerprint $1 2> /dev/null | grep ^fpr | cut -d : -f 10)"
- local uid_count="$($GPG_LIST_KEYS --fixed-list-mode $keyid 2> /dev/null | grep ^uid | wc -l)"
- local chosen_uid_number="$($GPG_LIST_KEYS --fixed-list-mode $keyid 2> /dev/null | grep ^uid | grep -ni "$1" | cut -d : -f 1)"
if [ "$1" == "$LIST_ADDRESS" ]; then
# check if user is trying to unsubscribe the list key