Added link styling to .muttrc.

This commit is contained in:
Ryan Cavicchioni 2010-04-05 13:46:19 -05:00
parent b6a1de519f
commit af13a87999

View File

@ -13,7 +13,6 @@ set narrow_tree = yes
set smart_wrap = yes set smart_wrap = yes
set fast_reply = yes set fast_reply = yes
## folders ## folders
set record = ~/Maildir/.Sent set record = ~/Maildir/.Sent
set mbox = ~/Maildir/.Archive set mbox = ~/Maildir/.Archive
@ -31,6 +30,7 @@ color header brightwhite black "X-Spam-Level:"
color header red black "X-Virus-Scan:.*FOUND" color header red black "X-Virus-Scan:.*FOUND"
color header brightwhite black "X-Greylist:" color header brightwhite black "X-Greylist:"
color status brightwhite red # color the status bar color status brightwhite red # color the status bar
color body brightcyan default "(http|https|ftp|mailto|telnet|ssh)://[^ ]+"
## folders ## folders
set record = ~/Maildir/.Sent set record = ~/Maildir/.Sent