Advertisement
Guest User

Untitled

a guest
May 9th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. set realname = 'Daryl Styrk' # default: ''
  2. set editor = "vim -c 'set tw=74' -c 'set wrap' +:8"
  3. set timeout = '15'
  4. set pager_index_lines = '10'
  5. set from = 'darylstyrk@gmail.com' # default: ''
  6. set mail_check = '90'
  7. set imap_check_subscribed = yes # default: no
  8. set imap_login = 'darylstyrk@gmail.com' # default: ''
  9. set imap_pass = '8b4dae602300f' # default: ''
  10. set imap_user = 'darylstyrk@gmail.com' # default: ''
  11. set folder = "imaps://imap.gmail.com:993"
  12. set spoolfile = "+INBOX"
  13. set postponed="+[Gmail]/Drafts"
  14. set header_cache=~/.mutt/cache/headers
  15. set message_cachedir=~/.mutt/cache/bodies
  16. set certificate_file=~/.mutt/certificates
  17. set move = no
  18. set sort = 'threads'
  19. set sort_aux = 'last-date-received'
  20. set imap_check_subscribed
  21. ignore "Authentication-Results:"
  22. ignore "DomainKey-Signature:"
  23. ignore "DKIM-Signature:"
  24. hdr_order Date From To Cc
  25. set write_bcc = no # default: yes
  26. color attachment brightmagenta default
  27. color error brightred default
  28. color hdrdefault red default
  29. color indicator brightyellow red
  30. color markers brightcyan default
  31. color message brightcyan default
  32. color normal default default
  33. color quoted brightblue default
  34. color search default green
  35. color signature red default
  36. color status yellow blue
  37. color tilde magenta default
  38. color tree magenta default
  39. ignore *
  40. unignore From:
  41. unignore To:
  42. unignore Reply-To:
  43. unignore Mail-Followup-To:
  44. unignore Subject:
  45. unignore Date:
  46. unignore Organization:
  47. unignore Newsgroups:
  48. unignore CC:
  49. unignore BCC:
  50. unignore Message-ID:
  51. unignore X-Mailer:
  52. unignore User-Agent:
  53. unignore X-Junked-Because:
  54. unignore X-SpamProbe:
  55. unignore X-Virus-hagbard:
  56. hdr_order From: Subject: To: CC: BCC: Reply-To: Mail-Followup-To: Date: Organization: User-Agent: X-Mailer:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement