2 set realname = "Samir Benmendil"
 
   4 my_hdr Bcc: sent@rmz.io
 
   5 set sendmail = "msmtp -a gmail"
 
   7 set spoolfile    = "+gmail/inbox"   # set inbox
 
   8 set postponed    = "+gmail/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 = "goobook query '%s'"
 
  15 mailboxes "+gmail/inbox"
 
  16 mailboxes "+gmail/sent"
 
  17 mailboxes "+gmail/youtube"
 
  18 mailboxes "+gmail/archive"
 
  19 mailboxes "+gmail/drafts"
 
  20 mailboxes "+gmail/spam"
 
  21 mailboxes "+gmail/bin"
 
  23 macro index,pager gi "<change-folder>=gmail/inbox<return>"   "go to inbox"
 
  24 macro index,pager gy "<change-folder>=gmail/youtube<return>" "go to youtube"
 
  25 macro index,pager ga "<change-folder>=gmail/archive<return>" "go to archive"
 
  26 macro index,pager gs "<change-folder>=gmail/spam<return>"    "go to spam"