On Mon, Nov 11, 2002 at 09:30:46AM +1100, BSD Freak wrote:
> Hi all,
> 
> I have just started recently using mutt and love it. I know there are
> heaps of sites that have sample .muttrc configuration files but I am
> looking for one specifically for use with this list....anyone willing to
> share theirs?

I just started using Mutt a number of weeks ago and it took me a while
to get my .muttrc file in shape.  So far, I really like Mutt..it's nice 
not to remove my hands from the keyboard.  I'm sure that it's not really
optimized, but for the moment it works for me....here are the lines that
I altered.  I've change a few things for privacy, but you get the idea.
Note that in some place, especially the 'set' lines, you may have to
comment the corresponding line later on in the file.  In order to
differentiate between changes I made and the default config, I moved all
my changes to the top of the file and placed them with a begging and
ending mark.  Also, be careful, as a few of the config lines are
wrapped.  For what it's worth, here you go:

set folder="~/muttmail"
set mbox="+mbox"
set confirmappend=no
set mark_old=no
set move=no
set realname="<your name here>"
set record="+sent"
set edit_headers=yes
set index_format="%4C %Z %{%b %d} %F (%4l) %s"
set editor="vim '+set textwidth=72'"
set from="<your email address here>"
set tmpdir="<your mutt tmp dir here>"
my_hdr Reply-To: <your reply to address here>

# define mail lists and subscriptions
lists [EMAIL PROTECTED]
lists [EMAIL PROTECTED]
lists [EMAIL PROTECTED]
lists [EMAIL PROTECTED]
lists [EMAIL PROTECTED]
subscribe [EMAIL PROTECTED]
subscribe [EMAIL PROTECTED]
subscribe [EMAIL PROTECTED]
subscribe [EMAIL PROTECTED]

# add some mailboxes
mailboxes !
mailboxes +freebsd-questions
mailboxes +freebsd-stable
mailboxes +freebsd-announce
mailboxes +freebsd-security

# add some aliases here (examples. real ones removed)
alias john [EMAIL PROTECTED]
alias mom [EMAIL PROTECTED]

color normal default default
color hdrdefault brightcyan default
color signature green default
color attachment brightyellow default
color indicator brightblack brightcyan
color quoted green default
color quoted1 white default
color tilde blue default
color body brightcyan default
"[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
color body brightwhite default "(http|ftp|news|telnet|finger)://[^
\">\t\r\n]*"
color body brightwhite default "mailto:[-a-z_0-9.]+@;[-a-z_0-9.]+"
color header brightmagenta default ^(Date):
color header brightyellow default ^Subject:
color body brightred default " [;:]-*[)>(<|]"

folder-hook . set sort=threads
folder-hook . set pager_index_lines=15
folder-hook /var/mail/nkinkade set sort=date-received
folder-hook +sent set sort=date-sent

hdr_order Date From To Cc User-Agent X-Mailer Subject
ignore *
unignore Date From To Cc User-Agent X-Mailer Subject

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to