Quote:
Originally Posted by Head_on_a_Stick
What exactly have you tried in your .muttrc?
|
# This configuration file contains the default settings used by old debian
# packages (< 0.94).
set quote_regexp="^[ \t]*[a-zA-Z\.]*>" # Default: "^([ \t]*[>|#:}])+"
#
# More header weeding
#
ignore Resent- Precedence In-Reply-To Return-Receipt-To Mailer X400
ignore Originator X-Loop X-Mailing-List X-Listprocessor X-Face
ignore X-Received X-Mailer X-Envelope-To X-Sender X-Attribution
# Usenet headers can occur for Cc-ed messages; they can still be
# recognized by the Newsgroups header.
ignore Path Lines NNTP-Posting-Host X-Newsreader X-Submitted-Via
#
# Key bindings
#
bind editor <delete> delete-char
set from = "me@my.net"
set realname = "admin"
color hdrdefault white red
color attachment yellow default
color header brightyellow default "^date:"
mono header bold "^date:"
color header brightyellow default "^to:"
mono header bold "^to:"
color header brightyellow default "^from:"
mono header bold "^from:"
color header brightyellow default "^subject:"
mono header bold "^subject:"
color quoted green default
color quoted1 cyan default
color quoted2 green default
color quoted3 cyan default
color error red default # error messages
color message white blue # message informational messages
color indicator blue red
color status white blue # status lines in the folder index sed for the mini-help line
color tree red default # the "tree" display of threads within the folder index
color search white blue # search matches found with search within the internal pager
color markers red default # The markers indicate a wrapped line hen showing messages with looong lines
color index yellow default '~O'
color index yellow default '~N'
color index brightred default '~F' # Flagged Messages are important!
color index blue default '~D' # Deleted Mails - use dark color as these are already "dealt with"