diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/accounts.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mutt/accounts.rc b/.mutt/accounts.rc index 92cddeb..9a65c34 100644 --- a/.mutt/accounts.rc +++ b/.mutt/accounts.rc @@ -71,6 +71,18 @@ set pager_format = '-%Z-McGILL: %C/%m: %-20.20n %s';\ set compose_format = '-- McGILL: Compose [Approx. msg size: %l Atts: %a]%>-';\ set status_format = '-%r-McGILL: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---'" +folder-hook .*McGSOCS.* \ +"unhook send-hook;\ +set from = ryank@cs.mcgill.ca;\ +set sendmail="MSMTP_PATH -a mcgillsocs" +unset smtp_url;\ +unset smtp_pass;\ +set record='=McGill.Sent Items';\ +set postponed='=McGill.Drafts';\ +set pager_format = '-%Z-McGSOCS: %C/%m: %-20.20n %s';\ +set compose_format = '-- McGSOCS: Compose [Approx. msg size: %l Atts: %a]%>-';\ +set status_format = '-%r-McGSOCS: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---'" + folder-hook /var/mail/ryan \ "set mbox_type = Maildir;\ set folder = /var/mail/ryan;\ |