浏览代码

Email client

Bob Mottram 11 年前
父节点
当前提交
1b0e3284a2
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      install-freedombone.sh

+ 5
- 0
install-freedombone.sh 查看文件

614
   echo "source ~/.mutt-alias" >> /etc/Muttrc
614
   echo "source ~/.mutt-alias" >> /etc/Muttrc
615
   echo "set query_command= \"abook --mutt-query '%s'\"" >> /etc/Muttrc
615
   echo "set query_command= \"abook --mutt-query '%s'\"" >> /etc/Muttrc
616
   echo "macro index,pager A \"<pipe-message>abook --add-email-quiet<return>\" \"add the sender address to abook\"" >> /etc/Muttrc
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
 initial_setup
624
 initial_setup