Changeset 3832:b46a7c9c1e49
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3362
|
r3832
|
|
| 146 | 146 | |
| 147 | 147 | color header brightred default ^(From|Subject): |
| 148 | | color body magenta default "(ftp|http)://[^ ]+" # point out URLs |
| | 148 | color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs |
| 149 | 149 | color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses |
| 150 | 150 | color underline brightgreen default |