|
@@ -614,6 +614,11 @@ function email_client {
|
614
|
614
|
echo "source ~/.mutt-alias" >> /etc/Muttrc
|
615
|
615
|
echo "set query_command= \"abook --mutt-query '%s'\"" >> /etc/Muttrc
|
616
|
616
|
echo "macro index,pager A \"<pipe-message>abook --add-email-quiet<return>\" \"add the sender address to abook\"" >> /etc/Muttrc
|
|
617
|
+
|
|
618
|
+ cp -f /etc/Muttrc /home/$MY_USERNAME/.muttrc
|
|
619
|
+ touch /home/$MY_USERNAME/.mutt-alias
|
|
620
|
+ chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.muttrc
|
|
621
|
+ chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.mutt-alias
|
617
|
622
|
}
|
618
|
623
|
|
619
|
624
|
initial_setup
|