From c855eb244f7384b43991d3c933fd2c5b7abca2c7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Apr 2018 17:12:47 +0100 Subject: [PATCH] More width --- src/freedombone-controlpanel-user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index a8713cb6..3acf4e53 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -855,12 +855,12 @@ 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 90 + --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 100 else bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}') dialog --title $"Show your Email Address" \ --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 echo '' echo $'Your bdsmail address as a QR code'