dotfiles

My personal dotfiles
git clone git://pcardensab.com/dotfiles
Log | Files | Refs | Submodules | README

pablocb2303@gmail.com.rc (593B)


      1 set my_account = "pablocb2303@gmail.com"
      2 
      3 # IMAP
      4 set folder = "~/.local/share/mail/${my_account}"
      5 set spoolfile = "+Inbox"
      6 set trash = "+[Gmail]/Corbeille"
      7 set postponed = "+[Gmail]/Brouillons"
      8 unset record
      9 
     10 # SMPT
     11 set from = $my_account
     12 set hostname = "gmail.com"
     13 set smtp_url = "smtps://${from}@smtp.gmail.com"
     14 set smtp_authenticators = "oauthbearer:xoauth2"
     15 set smtp_oauth_refresh_command = "~/.config/mutt/mutt_oauth2.py ~/.config/mutt/tokens/${from}.gpg"
     16 
     17 macro index G "!mbsync -c /home/pablo/.config/isync/mbsyncrc pablocb2303@gmail.com^M" "Update pablocb2303@gmail.com through mbsync"