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.
   1 color status    color7 color18
 
   2 color indicator default color237
 
   4 color normal    color255 default
 
   6 color index     brightcolor15 default   "!(~D|~N|~O) ~T"
 
   7 color index     color249 default        "~Q"
 
   9 color index     color226 default        "(~N|~O)"
 
  10 color index     brightcolor226 default  "(~N|~O) ~T"
 
  11 color sidebar_new       color226 default
 
  13 color index     color243 default        "~D"
 
  14 color index     brightcolor243 default  "~D ~T"
 
  16 color index     default color19 "~h X-Was-Postponed:"
 
  18 color index     default color88 "~F"
 
  19 color sidebar_flagged   color88 default
 
  21 color hdrdefault        color153 default
 
  22 color header    color156 default        "^From:"
 
  23 color header    color156 default        "^Subject:"
 
  25 color attachment        color204 default
 
  26 color search    default color172
 
  28 color body      color180 default        [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
 
  29 color body      color117 default        (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
 
  30 color body      color230 default        (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text Blue
 
  31 color body      color230 default        (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)   # _underlined_ text Blue
 
  32 color body      color230 default        (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)   # /italic/ text Blue
 
  37 color signature color8 default  # Signatures are Surface 2
 
  39 color error     color1 default  # error messages are Red
 
  40 color tree      color15 default # thread tree arrows Subtext 0
 
  41 color tilde     color15 default # blank line padding Subtext 0
 
  43 color quoted    color15 default # Subtext 0
 
  44 color quoted1   color7 default  # Subtext 1
 
  45 color quoted2   color8 default  # Surface 2
 
  46 color quoted3   color0 default  # Surface 1
 
  47 color quoted4   color0 default
 
  48 color quoted5   color0 default
 
  50 # get a list of colours with zsh:
 
  52 # for i in {0..255} ; do
 
  53 #  printf "\x1b[48;5;%sm%3d\e[0m " "$i" "$i"
 
  54 #  if (( i == 15 )) || (( i > 15 )) && (( (i-15) % 6 == 0 )); then