[vox-tech] muttrc

Ted Deppner vox-tech@lists.lugod.org
Tue, 11 Dec 2001 05:02:20 -0800


On Tue, Dec 11, 2001 at 02:36:35AM -0800, Gabriel Rosa wrote:
> any chance you mutt users could share their muttrc's?
> I'm falling in love with mutt, and I'm wondering what
> people tend to tweak.

just about the whole thing....


set folder=3D~/.mail	# Default mail folder
set record=3D+sent        # save it to =3Dsent

set confirmappend=3Dno    # auto append when saving to mailbox
set delete=3Dyes          # dont ask to confirm deletes when closing mailbox
set nomove              # dont ask to move read mail to ~/mbox
set fast_reply=3Dyes      # dont verify To:, Subject: etc when replying
set include=3Dyes         # auto include (quote) message into reply/forward
set edit_headers=3Dyes    # include message headers in edit screen
set editor=3D'vim +/^$'   # use vim, open on the first blank line (after he=
aders)
set copy                # save a copy of all outbound mail
set nomark_old          # leave N's as N's... don't set 'em O)ld
set reverse_name        # reply to email with the address it was sent To:
set sort=3Dthreads        # yes!
set nostrict_threads    # thread via Subject: line also

set auto_tag		# always operate in tagged mode
set noprompt_after	# don't prompt after external pager exits
set nowait_key		# don't prompt after shell commands
set print=3Dyes           # don't ask for confirmation on print
set print_cmd=3D"lpr"

set nosave_empty	# delete empty mailbox files
set fcc_attach=3Dyes	# forward attachemnts too?
mailboxes ! \
        +bugtraq.in \
        +debian.in \
        +linux-kernel.in \
        +wcgsworship.in \
        +lugod-vox-announce.in +lugod-vox-tech.in +lugod-vox.in \
        +lartc.in \
        +newsscan +freshmeat \
        +modperl.in \
        +openssh.in \
        +linux-lvm.in \
        +intermezzo-discuss.in \
        +qmail.in \
        +gnupg.in \
        +linux-ide-arrays.in \

bind index =17 read-thread       # mark thread read
macro index =12 "=17	"       # call ^W, move to next thread
macro index G "!fetchmail\n"
macro index > s                 # emulate elm's > operator
macro pager > s

# map how to move read mail in *.in to *
mbox-hook =3Dlinux-kernel.in =3Dlinux-kernel
mbox-hook =3Dlinux-ide-arrays.in =3Dlinux-ide-arrays
mbox-hook =3Dlinux-lvm.in =3Dlinux-lvm
mbox-hook =3Dintermezzo-discuss.in =3Dintermezzo-discuss
mbox-hook =3Ddebian.in =3Ddebian
mbox-hook =3Dopenssh.in =3Dopenssh
mbox-hook =3Dgnupg.in =3Dgnupg
mbox-hook =3Dbugtraq.in =3Dbugtraq
mbox-hook =3Dlugod-vox.in =3Dlugod-vox
mbox-hook =3Dlugod-vox-tech.in =3Dlugod-vox-tech
mbox-hook =3Dlugod-vox-announce.in =3Dlugod-vox-announce
mbox-hook =3Dmodperl.in =3Dmodperl
mbox-hook =3Dlartc.in =3Dlartc
mbox-hook =3Dqmail.in =3Dqmail
mbox-hook =3Dwcgsworship.in =3Dwcgsworship

folder-hook . 'set nomove'      # don't automove normally
folder-hook \.in$ 'set move'    # automove read messages in *.in


hdr_order date from subject to cc

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Header fields I don't normally want to see
ignore *                # this means "ignore all lines by default"
# I do want to see these fields, though!
unignore        from: subject to cc mail-followup-to \
                date x-mailer x-url resent-* sender x-sender



#
# Color definitions
#

color normal white black
color hdrdefault red black
color quoted brightblue black
color signature red black
color indicator brightyellow red
color error brightred black
color status yellow blue
color tree magenta black        # the thread tree in the index menu
color tilde magenta black
color message brightcyan black
color markers brightcyan black
color attachment brightmagenta black
color search black green        # how to hilite search patterns in the pager

color header brightred black ^(From|Subject):
color body magenta black "(ftp|http)://[^ ]+"   # point out URLs
color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+      # e-mail addresses
color underline brightgreen black


--=20
Ted Deppner
http://www.psyber.com/~ted/