Include an admin folder in mutt
This commit is contained in:
parent
2018dee82c
commit
1bbe27a724
|
@ -285,7 +285,7 @@ function email_client {
|
||||||
echo 'set rfc2047_parameters' >> /etc/Muttrc
|
echo 'set rfc2047_parameters' >> /etc/Muttrc
|
||||||
echo '' >> /etc/Muttrc
|
echo '' >> /etc/Muttrc
|
||||||
echo '# Show inbox and sent items' >> /etc/Muttrc
|
echo '# Show inbox and sent items' >> /etc/Muttrc
|
||||||
echo 'mailboxes = =Sent =maybe-spam =spam' >> /etc/Muttrc
|
echo 'mailboxes = =admin =Sent =maybe-spam =spam' >> /etc/Muttrc
|
||||||
echo '' >> /etc/Muttrc
|
echo '' >> /etc/Muttrc
|
||||||
echo '# Alter these colours as needed for maximum bling' >> /etc/Muttrc
|
echo '# Alter these colours as needed for maximum bling' >> /etc/Muttrc
|
||||||
echo 'color sidebar_new yellow default' >> /etc/Muttrc
|
echo 'color sidebar_new yellow default' >> /etc/Muttrc
|
||||||
|
|
Loading…
Reference in New Issue