]> git.rmz.io Git - dotfiles.git/blob - mutt/accounts/office365
mutt: source default account at the end
[dotfiles.git] / mutt / accounts / office365
1 # vim: ft=muttrc
2 set realname = "Samir Benmendil"
3 set from = "samir.benmendil@ultrahaptics.com"
4 my_hdr Bcc: samir.benmendil@ultrahaptics.com
5 set sendmail = "msmtp -a office365"
6
7 set spoolfile = "+office365/inbox" # set inbox
8 set postponed = "+office365/drafts" # drafts folder
9 unset record # do not move sent msgs to a folder, gmail does that
10 unset move # do not move read msgs, gmail does that
11
12 mailboxes "+office365/inbox"
13 mailboxes "+office365/sent"
14 mailboxes "+office365/archive"
15 mailboxes "+office365/drafts"
16 mailboxes "+office365/spam"
17 mailboxes "+office365/bin"
18
19 macro index,pager gi "<change-folder>=office365/inbox<return>" "go to inbox"
20 macro index,pager ga "<change-folder>=office365/archive<return>" "go to archive"
21 macro index,pager gs "<change-folder>=office365/spam<return>" "go to spam"