소스 검색

Include an admin folder in mutt

Bob Mottram 8 년 전
부모
커밋
1bbe27a724
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-base-email

+ 1
- 1
src/freedombone-base-email 파일 보기

285
     echo 'set rfc2047_parameters' >> /etc/Muttrc
285
     echo 'set rfc2047_parameters' >> /etc/Muttrc
286
     echo '' >> /etc/Muttrc
286
     echo '' >> /etc/Muttrc
287
     echo '# Show inbox and sent items' >> /etc/Muttrc
287
     echo '# Show inbox and sent items' >> /etc/Muttrc
288
-    echo 'mailboxes = =Sent =maybe-spam =spam' >> /etc/Muttrc
288
+    echo 'mailboxes = =admin =Sent =maybe-spam =spam' >> /etc/Muttrc
289
     echo '' >> /etc/Muttrc
289
     echo '' >> /etc/Muttrc
290
     echo '# Alter these colours as needed for maximum bling' >> /etc/Muttrc
290
     echo '# Alter these colours as needed for maximum bling' >> /etc/Muttrc
291
     echo 'color sidebar_new yellow default' >> /etc/Muttrc
291
     echo 'color sidebar_new yellow default' >> /etc/Muttrc