aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-18 17:40:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-18 17:40:08 -0200
commit1b1b13f1269a8218b72cd7dc6931d8fd82792057 (patch)
tree131011f94068ee9492eb9a5275d64bb019816bb9 /share/keyringer
parenta908a9b46ad83bbbbe9f3a742d1bb4dd59305182 (diff)
downloadkeyringer-1b1b13f1269a8218b72cd7dc6931d8fd82792057.tar.gz
keyringer-1b1b13f1269a8218b72cd7dc6931d8fd82792057.tar.bz2
Initial recipients check support
Diffstat (limited to 'share/keyringer')
-rwxr-xr-xshare/keyringer/recipients1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/keyringer/recipients b/share/keyringer/recipients
index c9dbdbb..2fe2ddf 100755
--- a/share/keyringer/recipients
+++ b/share/keyringer/recipients
@@ -14,6 +14,7 @@ if [ "$COMMAND" == "ls" ]; then
cat "$RECIPIENTS"
elif [ "$COMMAND" == "edit" ]; then
"$EDITOR" "$RECIPIENTS"
+ keyringer_check_recipients
else
printf "%s: No such command %s\n" "$BASENAME" "$COMMAND"
exit 1