Visits

[+/-]
Today:
Yesterday:
Day before yesterday:
346
517
481

+36
This week:
Last week:
Week before last week:
2205
2962
3860

-898

Last month:
Month before last month:
8463
15650
24339

-8689

Visitor Data

IP ADDRESS
38.107.179.211
-
Location
United States
-
Browser
Unknown Browser
-
Operating System
Unknown Operating System


   
Add to: JBookmarks Add to: Bookmarks.cc Add to: Digg Add to: Reddit Add to: Upchuckr Add to: StumbleUpon Add to: Slashdot Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Smarking Add to: Spurl Add to: Google Information
Color patterns in MUTT

Color patterns for mutt.

The colors can be changed in the /home/user/.muttrc file. The first field begins with
color, the second field is the foreground color, and the third field is the background
color, or default.

An example .muttrc for colors:

# color patterns for mutt
color normal     white          black # normal text
color indicator  black          yellow  # actual message
color tree       brightmagenta  default # thread arrows
color status     brightyellow         default # status line
color error      brightred      default # errors
color message    magenta        default # info messages
color signature  magenta        default # signature
color attachment brightyellow   red     # MIME attachments
color search     brightyellow   red     # search matches
color tilde      brightmagenta  default # ~ at bottom of msg
color markers    red            default # + at beginning of wrapped lines
color hdrdefault cyan           default # default header lines
color bold       red            default # hiliting bold patterns in body
color underline  green          default # hiliting underlined patterns in body
color quoted     cyan           default # quoted text
color quoted1    magenta        default
color quoted2    red            default
color quoted3    green          default
color quoted4    magenta           default
color quoted5    cyan           default
color quoted6    magenta        default
color quoted7    red            default
color quoted8    green          default
color quoted9    cyan           default
color body   cyan  default  "((ftp|http|https)://|news:)[^ >)\"\t]+"
color body   cyan  default  "[-a-z_0-9.+]+@[-a-z_0-9.]+"
color body   red   default  "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
color body   green default  "(^| )_[-a-z0-9_]+_[,.?]?[\n]"
color body   red   default  "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
color body   green default  "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
color index  cyan  default  ~F         # Flagged
color index  red   default  ~N         # New
color index  magenta    default  ~T         # Tagged
color index  cyan       default  ~D         # Deleted