use EMAIL-ADDRESS use the given address for message delivery instead
of the primary address on key
-Report bugs to <firma@sarava.org>, encrypting the message using the pubkey
-0xD68AFEDC available at keyserver.noreply.org."
+Report bugs to <firma@sarava.org>, encrypting the message using the
+public key 0xD68AFEDC available at keyserver.noreply.org."
}
echo "Creating folder $LIST_HOMEDIR..."
mkdir -p $LIST_HOMEDIR
- if [ ! -d "$LIST_HOMEDIR" ]; then
+ if [ -d "$LIST_HOMEDIR" ]; then
while true; do
read -rep " List email address or 'quit' to exit: " LIST_ADDRESS