All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
   2 # (default, white, black, green, magenta, blue, cyan, yellow, red)
 
   4 # (color1,color2,...,colorN-1)
 
   6 #     object    foreground      background
 
   8 color normal    default         default # normal text
 
   9 color indicator brightwhite     color8  # actual message
 
  10 color tree      default         default # thread arrows
 
  11 color status    white           black   # status line
 
  12 color error     brightred       default # errors
 
  13 color message   default         default # info messages
 
  14 color signature blue            default # signature
 
  15 color attachment        yellow          default # MIME attachments
 
  16 color search    yellow          default # search matches
 
  17 color tilde     brightmagenta   default # ~ at bottom of msg
 
  18 color markers   white           default # + at beginning of wrapped lines
 
  19 color hdrdefault        blue            default # default header lines
 
  20 color bold      brightred       default # hiliting bold patterns in body
 
  21 color underline brightmagenta   default # hiliting underlined patterns in body
 
  22 color quoted    red             default # quoted text
 
  23 color quoted1   magenta         default
 
  24 color quoted2   green           default
 
  25 color quoted3   red             default
 
  26 color quoted4   magenta         default
 
  27 color quoted5   green           default
 
  28 color quoted6   red             default
 
  29 color quoted7   magenta         default
 
  30 color quoted8   green           default
 
  31 color quoted9   red             default
 
  33 #     object     foreground backg.   RegExp
 
  35 color header    brightblue      default "^(from|subject):"
 
  36 #color body     cyan            default "((ftp|http|https)://|news:)[^ >)\"\t]+"
 
  37 color body      magenta         default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?"
 
  38 color body      magenta         default "[-_+=.[:alnum:]]+@[-_.[:alnum:]]+"
 
  39 #color body     red             default "(^| )\\*[-a-z0-9????*]+\\*[,.?]?[ \n]"
 
  40 #color body     green           default "(^| )_[-a-z0-9????_]+_[,.?]?[ \n]"
 
  41 color body      red             default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
 
  42 color body      green           default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
 
  44 uncolor index   *               # unset all color index entries
 
  46 color index     yellow  default "~T"
 
  47 color index     red             default "~N|~O"
 
  48 color index     brightred       default "~T (~N|~O)"
 
  49 color index     white           blue    "~F"
 
  50 color index     brightwhite     blue    "~T ~F"
 
  51 color index     white           red     "(~N|~O) ~F"
 
  52 color index     brightwhite     red     "~T (~N|~O) ~F"
 
  53 color index     cyan            default "~D"
 
  54 color index     brightcyan      default "~T ~D"
 
  56 #folder-hook .   "uncolor index brightblack default '!~D !~P'"
 
  57 #folder-hook store "color index brightblack default '!~D !~P'"
 
  59 folder-hook .   "uncolor index brightwhite magenta '~h X-Postponed:'"
 
  60 folder-hook store "color index brightwhite magenta '~h X-Postponed:'"
 
  61 folder-hook .     "color index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:'"
 
  63 folder-hook .         "color index default red '!~P ~H .'"
 
  64 folder-hook spam    "uncolor index default red '!~P ~H .'"
 
  65 folder-hook retrain "uncolor index default red '!~P ~H .'"
 
  67 color sidebar_new       red     default
 
  68 color sidebar_divider   default black
 
  69 color sidebar_indicator white   black
 
  70 color sidebar_highlight white   blue
 
  72 # vim:sw=9:noet:sts=9:ts=9:ft=muttrc