X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/858fddc133c9da4bd095c33f45eafa66c37f0488..c605a147f08bc3d660bca9da5cd4884173554a5f:/mutt/accounts/office365 diff --git a/mutt/accounts/office365 b/mutt/accounts/office365 deleted file mode 100644 index 553b7e5..0000000 --- a/mutt/accounts/office365 +++ /dev/null @@ -1,21 +0,0 @@ -# vim: ft=muttrc -set realname = "Samir Benmendil" -set from = "samir.benmendil@ultrahaptics.com" -my_hdr Bcc: samir.benmendil@ultrahaptics.com -set sendmail = "msmtp -a office365" - -set spoolfile = "+office365/inbox" # set inbox -set postponed = "+office365/drafts" # drafts folder -unset record # do not move sent msgs to a folder, gmail does that -unset move # do not move read msgs, gmail does that - -mailboxes "+office365/inbox" -mailboxes "+office365/sent" -mailboxes "+office365/archive" -mailboxes "+office365/drafts" -mailboxes "+office365/spam" -mailboxes "+office365/bin" - -macro index,pager gi "=office365/inbox" "go to inbox" -macro index,pager ga "=office365/archive" "go to archive" -macro index,pager gs "=office365/spam" "go to spam"