Skip to content

Instantly share code, notes, and snippets.

@kowey
Created June 24, 2010 09:07
Show Gist options
  • Select an option

  • Save kowey/451201 to your computer and use it in GitHub Desktop.

Select an option

Save kowey/451201 to your computer and use it in GitHub Desktop.
# Attribution lines
color quoted green black # quoted text
color body brightred black "(^[> ]*)-([^-])" # what I really want to is match such lines
# but only colour the -/+ symbol
# was hoping mutt by convention ignores groups 1 & 3
# but I can live with the line being red
color body brightgreen black "(^[> ]*)[+]" # brightgreen seems really garish for the whole
# line, just the plus please
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment