Skip to content
Snippets Groups Projects
Commit 206a87ca authored by Bob Mottram's avatar Bob Mottram
Browse files

Tidying

parent a9c16b99
No related branches found
No related tags found
No related merge requests found
......@@ -862,15 +862,9 @@ function show_your_email_address {
msgstr=$"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE"
fi
if [ ! -f ~/.mutt/bdsmail ]; then
if [[ "$HOSTNAME" != *'.onion' ]]; then
dialog --title $"Show your Email Address" \
--backtitle $"Freedombone User Control Panel" \
--msgbox "$msgstr" 14 100
else
dialog --title $"Show your Email Address" \
--backtitle $"Freedombone User Control Panel" \
--msgbox "$msgstr" 12 100
fi
dialog --title $"Show your Email Address" \
--backtitle $"Freedombone User Control Panel" \
--msgbox "$msgstr" 14 100
else
bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
dialog --title $"Show your Email Address" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment