Guest User

Untitled

a guest
Dec 9th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # me
  2. set realname = "Jeremy Kitchen"
  3. set from = "jeremy.kitchen@example.com"
  4. set envelope_from = yes
  5.  
  6. # work account info
  7. set imap_user="jeremy.kitchen"
  8. set imap_pass="REDACTED"
  9. set folder = imaps://mail.example.com/
  10.  
  11. # default mailboxes
  12. ## this is an exchange server, so this is where Outlook puts its stuff
  13. set spoolfile = "=INBOX"
  14. set record = "=Sent Items"
  15. set postponed = "=Drafts"
  16. ## save copies of sent mail to $record
  17. set copy=yes
  18.  
  19. # color scheme
  20. source ~/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc
  21.  
  22. # things I can't live without
  23. set sort = threads
  24.  
  25. # vim-ish keybindings for going to the bottom of things
  26. bind pager "G" bottom
  27. bind index "G" bottom
  28. bind browser "G" bottom
Add Comment
Please, Sign In to add comment