Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

muttrc 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. set my_name = "Martin Dørum Nygaard"
  2. set imap_user = "martid0311@gmail.com"
  3. ## Get the password from a file
  4. source ~/.muttpass
  5. set folder = "imaps://imap.gmail.com/"
  6. set spoolfile = +INBOX
  7. set imap_check_subscribed
  8. set header_cache = ~/.cache/mutt
  9. set message_cachedir = ~/.cache/mutt
  10. set postponed = +[Gmail]/Drafts
  11. unset imap_passive
  12. set imap_keepalive = 300
  13. set record = +Sent
  14. set realname = $my_name
  15. set from = "martid0311@gmail.com"
  16. set use_from = yes
  17. set smtp_url = smtps://$imap_user:$imap_pass@smtp.gmail.com
  18. set ssl_force_tls = yes
  19. # Handle HTML email
  20. auto_view text/html
  21. alternative_order text/plain text/enriched text/html
  22. ## Editor
  23. set editor = "vim"
  24. ## Keybinds
  25. bind generic t "previous-entry"
  26. bind generic n "next-entry"
  27. bind index t "previous-undeleted"
  28. bind index n "next-undeleted"
  29. bind pager <backspace> "exit"
  30. bind pager t "previous-undeleted"
  31. bind pager n "next-undeleted"
  32. ## Theme kindly inspired from
  33. ## http://nongeekshandbook.blogspot.ie/2009/03/mutt-color-configuration.html
  34. ## Colours for items in the index
  35. color index brightcyan black ~N
  36. color index brightred black ~O
  37. color index brightyellow black ~F
  38. color index black green ~T
  39. color index brightred black ~D
  40. mono index bold ~N
  41. mono index bold ~F
  42. mono index bold ~T
  43. mono index bold ~D
  44. ## Highlights inside the body of a message.
  45. ## URLs
  46. color body brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
  47. color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  48. mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
  49. mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  50. ## Email addresses.
  51. color body brightgreen black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  52. ## Header
  53. color header green black "^from:"
  54. color header green black "^to:"
  55. color header green black "^cc:"
  56. color header green black "^date:"
  57. color header yellow black "^newsgroups:"
  58. color header yellow black "^reply-to:"
  59. color header brightcyan black "^subject:"
  60. color header red black "^x-spam-rule:"
  61. color header green black "^x-mailer:"
  62. color header yellow black "^message-id:"
  63. color header yellow black "^Organization:"
  64. color header yellow black "^Organisation:"
  65. color header yellow black "^User-Agent:"
  66. color header yellow black "^message-id: .*pine"
  67. color header yellow black "^X-Fnord:"
  68. color header yellow black "^X-WebTV-Stationery:"
  69. color header red black "^x-spam-rule:"
  70. color header green black "^x-mailer:"
  71. color header yellow black "^message-id:"
  72. color header yellow black "^Organization:"
  73. color header yellow black "^Organisation:"
  74. color header yellow black "^User-Agent:"
  75. color header yellow black "^message-id: .*pine"
  76. color header yellow black "^X-Fnord:"
  77. color header yellow black "^X-WebTV-Stationery:"
  78. color header yellow black "^X-Message-Flag:"
  79. color header yellow black "^X-Spam-Status:"
  80. color header yellow black "^X-SpamProbe:"
  81. color header red black "^X-SpamProbe: SPAM"
  82. ## Coloring quoted text - coloring the first 7 levels:
  83. color quoted cyan black
  84. color quoted1 yellow black
  85. color quoted2 red black
  86. color quoted3 green black
  87. color quoted4 cyan black
  88. color quoted5 yellow black
  89. color quoted6 red black
  90. color quoted7 green black
  91. ## Default color definitions
  92. #color hdrdefault white green
  93. color signature brightmagenta black
  94. color indicator black cyan
  95. color attachment black green
  96. color error red black
  97. color message white black
  98. color search brightwhite magenta
  99. color status brightyellow blue
  100. color tree brightblue black
  101. color normal white black
  102. color tilde green black
  103. color bold brightyellow black
  104. #color underline magenta black
  105. color markers brightcyan black
  106. ## Colour definitions when on a mono screen
  107. mono bold bold
  108. mono underline underline
  109. mono indicator reverse