summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-27 18:47:57 +0000
committerBill Nottingham <notting@redhat.com>2005-01-27 18:47:57 +0000
commit83f4626fa20e036522b8f873cf26b8d39ae9ff96 (patch)
treef1703bd39295e4445eb966fff189108fd753609b /contrib
parentb4c4a37e40ffe83d821a42fbde82d682cc121d83 (diff)
Changes the sample.muttrc highlight to catch https URLs as well.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sample.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sample.muttrc b/contrib/sample.muttrc
index e0d628bc..55780b61 100644
--- a/contrib/sample.muttrc
+++ b/contrib/sample.muttrc
@@ -145,7 +145,7 @@ color attachment brightmagenta default
color search default green # how to hilite search patterns in the pager
color header brightred default ^(From|Subject):
-color body magenta default "(ftp|http)://[^ ]+" # point out URLs
+color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
color underline brightgreen default