Working more with imaps stuff.

This commit is contained in:
Storm Dragon 2016-10-05 15:21:43 -04:00
parent 23cd01934f
commit 24b9191484

View File

@ -305,10 +305,8 @@ read -p "Enter smtp URL: " -e -i smtp://smtp.${hostName}:587/ smtpUrl
echo "unset imap_passive" >> "$muttHome/$1"
echo "unset record" >> "$muttHome/$1"
echo "set from=$1" >> "$muttHome/$1"
echo "set imap_host=$imapHost" >> "$muttHome/$1"
echo "set imap_user=$imapUser" >> "$muttHome/$1"
echo "set smtp_url=\"$smtpUrl" >> "$muttHome/$1"
echo "set folder=imaps://$1/" >> "$muttHome/$1"
echo "set folder=imaps://imap.$hostName/" >> "$muttHome/$1"
echo "set mailboxes = +INBOX" >> "$muttHome/$1"
echo "set postponed = +Drafts" >> "$muttHome/$1"
echo "set imap_keepalive=300" >> "$muttHome/$1"