More width
This commit is contained in:
parent
8e097d36bb
commit
c855eb244f
|
@ -855,12 +855,12 @@ function show_your_email_address {
|
||||||
if [ ! -f ~/.mutt/bdsmail ]; then
|
if [ ! -f ~/.mutt/bdsmail ]; then
|
||||||
dialog --title $"Show your Email Address" \
|
dialog --title $"Show your Email Address" \
|
||||||
--backtitle $"Freedombone User Control Panel" \
|
--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 90
|
--msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 100
|
||||||
else
|
else
|
||||||
bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
|
bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
|
||||||
dialog --title $"Show your Email Address" \
|
dialog --title $"Show your Email Address" \
|
||||||
--backtitle $"Freedombone User Control Panel" \
|
--backtitle $"Freedombone User Control Panel" \
|
||||||
--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
|
--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
|
||||||
clear
|
clear
|
||||||
echo ''
|
echo ''
|
||||||
echo $'Your bdsmail address as a QR code'
|
echo $'Your bdsmail address as a QR code'
|
||||||
|
|
Loading…
Reference in New Issue