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

+ 1
- 1
src/freedombone-controlpanel-user View File

893
         bdsmail_address=$(cat ~/.mutt/bdsmail | grep 'set from=' | awk -F '=' '{print $2}')
893
         bdsmail_address=$(cat ~/.mutt/bdsmail | grep 'set from=' | awk -F '=' '{print $2}')
894
         dialog --title $"Show your Email Address" \
894
         dialog --title $"Show your Email Address" \
895
                --backtitle $"Freedombone User Control Panel" \
895
                --backtitle $"Freedombone User Control Panel" \
896
-               --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${USER}@${bdsmail_address{" 17 90
896
+               --msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${USER}@${bdsmail_address}" 17 90
897
     fi
897
     fi
898
 }
898
 }
899
 
899