Guest User

Untitled

a guest
Mar 25th, 2018
1,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. set folder = ~/.mail
  2. set spoolfile = "+Gmail/INBOX"
  3. source ~/.mutt/accounts/gmail
  4. folder-hook Gmail/* source ~/.mutt/accounts/gmail
  5. folder-hook Plup/* source ~/.mutt/accounts/plup
  6. mailboxes +Gmail/INBOX +Plup/INBOX
  7. [...]
  8.  
  9. set sendmail = "/usr/bin/msmtp -a gmail"
  10. set from = "me@gmail.com"
  11. set realname = Me
  12. set mbox = "+Gmail/archive"
  13. set postponed = "+Gmail/drafts"
  14.  
  15. [Account Gmail]
  16. localrepository = Gmail-Local
  17. remoterepository = Gmail-Remote
  18. [Repository Gmail-Local]
  19. type = Maildir
  20. localfolders = ~/.mail/Gmail
  21. [Repository Gmail-Remote]
  22. type = Gmail
  23. remoteuser = me@gmail.com
  24. remotepass = secret
  25. realdelete = yes
  26. maxconnections = 3
  27. sslcacertfile = /etc/ssl/certs/ca-certificates.crt
  28.  
  29. mark_old = no
Add Comment
Please, Sign In to add comment