# IMAP: offlineimap
set folder = "~/mail" # mail folder
-set spoolfile = "+gmail/inbox" # set inbox
+set spoolfile = "+office365/inbox" # set inbox
unset record # do not move sent msgs to a folder, gmail does that
unset move # do not move read msgs, gmail does that
-set postponed = "+gmail/drafts" # drafts folder
+set postponed = "+office365/drafts" # drafts folder
set header_cache = "~/.cache/mutt" # cache headers for speedss
source ~/.mutt/mailboxes # source mailboxes generetated by offlineimap
-# SMTP: msmtp (with queue)
-set sendmail = ~/.msmtp/msmtpq # use msmtp message queue
-set sendmail_wait = -1 # fork sendmail to the background
+# SMTP: msmtp
+set sendmail = /usr/bin/msmtp # use msmtp
set send_charset="utf-8" # only utf8
# GnuPG