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"
 
   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
 
  13 set query_command = "office365-book"
 
  15 mailboxes "+office365/inbox"
 
  16 mailboxes "+office365/sent"
 
  17 mailboxes "+office365/archive"
 
  18 mailboxes "+office365/drafts"
 
  19 mailboxes "+office365/spam"
 
  20 mailboxes "+office365/bin"
 
  22 macro index,pager gi "<change-folder>=office365/inbox<return>"   "go to inbox"
 
  23 macro index,pager ga "<change-folder>=office365/archive<return>" "go to archive"
 
  24 macro index,pager gs "<change-folder>=office365/spam<return>"    "go to spam"