|
@@ -0,0 +1,75 @@
|
|
|
+# -*- madmuttrc -*-
|
|
|
+#
|
|
|
+# Madmutt configuration file
|
|
|
+# 2008, kolter <kolter@openics.org>
|
|
|
+#
|
|
|
+# This file is distributed in the hope that it will be useful,
|
|
|
+# but WITHOUT ANY WARRANTY
|
|
|
+#
|
|
|
+# Colors settings for muttng.
|
|
|
+#
|
|
|
+
|
|
|
+# Default colour definitions
|
|
|
+color normal default default
|
|
|
+color message brightwhite default
|
|
|
+color status brightblue default
|
|
|
+color hdrdefault yellow default
|
|
|
+color indicator brightwhite cyan
|
|
|
+
|
|
|
+
|
|
|
+color quoted cyan default
|
|
|
+color quoted1 yellow default
|
|
|
+color quoted2 brightred default
|
|
|
+color quoted3 cyan default
|
|
|
+color quoted4 yellow default
|
|
|
+color quoted5 brightred default
|
|
|
+color quoted6 cyan default
|
|
|
+color quoted7 yellow default
|
|
|
+color quoted8 brightred default
|
|
|
+
|
|
|
+
|
|
|
+color signature white default
|
|
|
+color tilde white default
|
|
|
+color tree brightblue default
|
|
|
+color attachment brightgreen default
|
|
|
+# color error red white
|
|
|
+# color search brightwhite magenta
|
|
|
+
|
|
|
+# color bold brightyellow white
|
|
|
+# color markers red white
|
|
|
+
|
|
|
+# Colours for items in the reader
|
|
|
+color header cyan default "^From\:|^To\:|^Cc\:|^Bcc\:"
|
|
|
+color header green default "^Return-Path\:"
|
|
|
+color header blue default "^Reply-To\:"
|
|
|
+color header brightred default "\Subject\:|^Date\:"
|
|
|
+
|
|
|
+# Colours for items in the index
|
|
|
+color index yellow default ~N # New messages.
|
|
|
+color index green default ~O # Old messages.
|
|
|
+color index brightred default ~D # Deletes messages.
|
|
|
+# color index brightgreen white "~N (~x hagbard\.davep\.org | ~h \"^In-[Rr]eply-[Tt]o: .*hagbard\.davep\.org\")"
|
|
|
+# color index red white ~F
|
|
|
+# color index black green ~T
|
|
|
+
|
|
|
+# Highlights inside the body of a message.
|
|
|
+
|
|
|
+# URLs
|
|
|
+color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
|
|
|
+color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
|
|
|
+color body green default "news:[^ \">\t\r\n]*"
|
|
|
+
|
|
|
+# email addresses
|
|
|
+color body green default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
|
|
|
+
|
|
|
+# Various smilies
|
|
|
+color body brightred default "<[Gg]>" # <g>
|
|
|
+color body brightred default "<[Bb][Gg]>" # <bg>
|
|
|
+color body brightred default " [;:]-*[)>(<|]" # :-) etc...
|
|
|
+color body brightred default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
|
|
|
+color body brightred default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
|
|
|
+color body brightred default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
|
|
|
+
|
|
|
+# Sidebar color
|
|
|
+color sidebar_new yellow default
|
|
|
+color sidebar yellow default
|