]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/accounts/office365
email: remove gmail and office365 accounts
[dotfiles.git] / mutt / accounts / office365
diff --git a/mutt/accounts/office365 b/mutt/accounts/office365
deleted file mode 100644 (file)
index 23ad796..0000000
+++ /dev/null
@@ -1,24 +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
-
-# office365
-set query_command = "office365-book"
-
-mailboxes "+office365/inbox"
-mailboxes "+office365/sent"
-mailboxes "+office365/archive"
-mailboxes "+office365/drafts"
-mailboxes "+office365/spam"
-mailboxes "+office365/bin"
-
-macro index,pager gi "<change-folder>=office365/inbox<return>"   "go to inbox"
-macro index,pager ga "<change-folder>=office365/archive<return>" "go to archive"
-macro index,pager gs "<change-folder>=office365/spam<return>"    "go to spam"