Bob Mottram 7 anni fa
parent
commit
8e097d36bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-controlpanel-user

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

855
     if [ ! -f ~/.mutt/bdsmail ]; then
855
     if [ ! -f ~/.mutt/bdsmail ]; then
856
         dialog --title $"Show your Email Address" \
856
         dialog --title $"Show your Email Address" \
857
                --backtitle $"Freedombone User Control Panel" \
857
                --backtitle $"Freedombone User Control Panel" \
858
-               --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 70
858
+               --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 90
859
     else
859
     else
860
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
860
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
861
         dialog --title $"Show your Email Address" \
861
         dialog --title $"Show your Email Address" \