Bob Mottram 7 years ago
parent
commit
206a87ca59
1 changed files with 3 additions and 9 deletions
  1. 3
    9
      src/freedombone-controlpanel-user

+ 3
- 9
src/freedombone-controlpanel-user View File

862
         msgstr=$"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE"
862
         msgstr=$"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE"
863
     fi
863
     fi
864
     if [ ! -f ~/.mutt/bdsmail ]; then
864
     if [ ! -f ~/.mutt/bdsmail ]; then
865
-        if [[ "$HOSTNAME" != *'.onion' ]]; then
866
-            dialog --title $"Show your Email Address" \
867
-                   --backtitle $"Freedombone User Control Panel" \
868
-                   --msgbox "$msgstr" 14 100
869
-        else
870
-            dialog --title $"Show your Email Address" \
871
-                   --backtitle $"Freedombone User Control Panel" \
872
-                   --msgbox "$msgstr" 12 100
873
-        fi
865
+        dialog --title $"Show your Email Address" \
866
+               --backtitle $"Freedombone User Control Panel" \
867
+               --msgbox "$msgstr" 14 100
874
     else
868
     else
875
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
869
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
876
         dialog --title $"Show your Email Address" \
870
         dialog --title $"Show your Email Address" \