diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index de41fe15..a8713cb6 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -855,7 +855,7 @@ function show_your_email_address { if [ ! -f ~/.mutt/bdsmail ]; then dialog --title $"Show your Email Address" \ --backtitle $"Freedombone User Control Panel" \ - --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 70 + --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 90 else bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}') dialog --title $"Show your Email Address" \