Bob Mottram před 7 roky
rodič
revize
206a87ca59
1 změnil soubory, kde provedl 3 přidání a 9 odebrání
  1. 3
    9
      src/freedombone-controlpanel-user

+ 3
- 9
src/freedombone-controlpanel-user Zobrazit soubor

@@ -862,15 +862,9 @@ function show_your_email_address {
862 862
         msgstr=$"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE"
863 863
     fi
864 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 868
     else
875 869
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
876 870
         dialog --title $"Show your Email Address" \