dotfiles

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

pcardenasb@uni.edu.pe.rc (586B)


      1 set my_account = "pcardenasb@uni.edu.pe"
      2 
      3 # IMAP
      4 set folder = "~/.local/share/mail/${my_account}"
      5 set spoolfile = "+Inbox"
      6 set trash = "+[Gmail]/Trash"
      7 set postponed = "+[Gmail]/Drafts"
      8 unset record
      9 
     10 # SMPT
     11 set from = $my_account
     12 set hostname = "uni.edu.pe"
     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 pcardenasb@uni.edu.pe^M" "Update pcardenasb@uni.edu.pe through mbsync"