|
@@ -855,12 +855,12 @@ function show_your_email_address {
|
855
|
855
|
if [ ! -f ~/.mutt/bdsmail ]; then
|
856
|
856
|
dialog --title $"Show your Email Address" \
|
857
|
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 90
|
|
858
|
+ --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 100
|
859
|
859
|
else
|
860
|
860
|
bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
|
861
|
861
|
dialog --title $"Show your Email Address" \
|
862
|
862
|
--backtitle $"Freedombone User Control Panel" \
|
863
|
|
- --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: ${bdsmail_address}" 17 90
|
|
863
|
+ --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: ${bdsmail_address}" 17 100
|
864
|
864
|
clear
|
865
|
865
|
echo ''
|
866
|
866
|
echo $'Your bdsmail address as a QR code'
|