I am a newbie to Mutt and have several questions. I us Mutt in xterms
in FVWM2 (and not in any other Window Manager). The version of Mutt
on my system is 1.0us
The colors do not seem to work. I have several questions about the
huge configuration options available for mutt.
1. I would like the index section with paging section, while using mutt.
2. How do I view messages that are threaded?
10 N T Nov 11 [EMAIL PROTECTED] ( 0) Lottery Winners
When I use 'n' after reading a note in the thread, mutt goes to the
next email (not threaded), in the index.
3. Last but least, how do I get colors to work?
I have included my muttrc below. Any suggestions to get the features I want
to work, is appreciated.
Thank you in advance.
Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/
======================================================================
This is my .muttrc
# Show the mail address I want people to use
my_hdr From: Subba Rao <[EMAIL PROTECTED]>
my_hdr X-Disclaimer: Listen, and thou shall not fear.
# === Key bindings
bind pager <down> next-line
bind pager <up> previous-line
bind pager <left> previous-entry
bind pager <right> next-entry
bind generic <pageup> half-up
bind generic <page-down> half-down
bind pager <find> bottom
bind pager "\111" bottom
bind pager d delete-message
bind pager r reply
# I don't want copies of attachments, cause I got them elsewhere.
unset fcc_attach
# I want 8 bit ISO-8859-1
set allow_8bit
set charset=iso-8859-1
# I want my temp-files stored in my home area instead of /tmp, to be sure I don't lose
them.
set tmpdir=~
# I want dashes above my signature.
set sig_dashes
# This is my signature for Mutt.
set signature=~/.signature
# I don't want to confirm appending messages to a mailbox.
unset confirmappend
# I don't want to confirm deleting a mail.
set delete=yes
# This is my domain.
set hostname=ibm.net
# This is where I keep my mailboxes.
set folder=~/Mail
# This is my default mailbox.
set spoolfile=~/Maildir
# I want copies of sent mail here.
set record=~/Mail
# I want my aliases here.
set alias_file=~/.mutt/aliases
# Check mail every 30 seconds.
set timeout=30
# Include copy of the message I am replying to.
set include=yes
# Forward messages as separate MIME parts.
set mime_fwd
# Sort my mailboxes like this.
set sort=mailbox-order
set strict_threads
set sort=threads
folder-hook . set sort=mailbox-order
# I don't want to move mail unless I said so.
set move=no
# I don't want to mark wrapped lines with +'es.
set nomarkers
# I want to wrap by words, not by a character at the screen edge.
set smart_wrap
# Organize how I want to view headers.
ignore *
unignore from: date: subject: to: cc: reply-to:
unignore organization: organisation:
color header black white Subject:
color header brightgreen white X-Mailer:
color header brightgreen white X-Newsreader:
color body brightyellow black "([a-z]*://|mailto:)[^ \n\t]*[^., \n\t>]"
color body brightgreen white sec@[-a-z_0-9.%$']+
color body brightwhite black [-a-z_0-9.%$']+@[-a-z_0-9.%$']+
color body brightgreen white "[^A-Z][%;:]-*[)>(<|]|^[%;:]-*[)>(<|]*"
color body brightgreen white "( |^)[;:]-*[)>(<|]+"
color body brightred white "\\[[^]]*\]"
color hdrdefault magenta white
color quoted blue white
color signature brightred white
color status black white
color normal black white
color attachment black white
color error black white
color tilde black white
color markers red white
color tree black white
color indicator white black
color search white black
color message black white