Skip to content

Commit

Permalink
Update quote regex to highlight less in neomutt
Browse files Browse the repository at this point in the history
  • Loading branch information
marlun committed Apr 25, 2021
1 parent c1c8272 commit a108a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neomuttrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set sleep_time = 0 # Don't pause when switching between folders

# Remove '#' from the default quote regex because it colored C import
# statements in e-mails with diffs
set quote_regex = "^([ \t]*[|>:}])+"
set quote_regex = "^([ \t]*[>])+"

# Remove number column from default format and add weekday and time
set index_format = "%Z %{%a %F %R} %-30.30L %s"
Expand Down

0 comments on commit a108a61

Please sign in to comment.