Changeset 3832:b46a7c9c1e49 for contrib

Show
Ignore:
Timestamp:
2005-01-27 10:47:57 (4 years ago)
Author:
Bill Nottingham <notting@…>
Branch:
HEAD
Message:

Changes the sample.muttrc highlight to catch https URLs as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/sample.muttrc

    r3362 r3832  
    146146 
    147147color header brightred default ^(From|Subject): 
    148 color body magenta default "(ftp|http)://[^ ]+" # point out URLs 
     148color body magenta default "(ftp|http|https)://[^ ]+"   # point out URLs 
    149149color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses 
    150150color underline brightgreen default