[ale] muttrc anyone?

Jason Day jasonday at worldnet.att.net
Thu Mar 18 17:04:43 EST 2004


On Thu, Mar 18, 2004 at 01:45:46PM -0500, Jason Vinson wrote:
> I have started to use mutt lately, and I am growing quite fond of it 
> (even though I am not sending this message with it).  Do any of you 
> guys use it?  And if so, do you want to share your .muttrc?

I posted mine a while back, but I don't mind sending it again.  I've
cleaned it up some, but it's still not commented very well, and it's
probably still got some obsolete options in it.

Jason
-- 
Jason Day                                       jasonday at
http://jasonday.home.att.net                    worldnet dot att dot net
 
"Of course I'm paranoid, everyone is trying to kill me."
    -- Weyoun-6, Star Trek: Deep Space 9
-------------- next part --------------
set pager_index_lines=6         # how many index lines to show in the pager
set pager_context=1             # no. of lines of context to give when scrolling
set editor="vim"
set edit_headers
set folder=~/Mail
set mbox=~/Mail/mbox
set record=+sentbox
set forward_format="%s (fwd)"
set forward_quote
set mime_forward=ask-no
set pipe_split=yes
set quit=ask-yes
my_hdr From: "Jason Day" <jasonday at worldnet.att.net>
unset forward_decode
set sort=threads
set query_command="/home/jday/bin/query_jpilot.sh '%s'"

# SpamAssassin hotkeys
macro index X "|spamassassin.wrapper -D -r" "report spam to Vipul's Razor"
macro index Y "|spamassassin -d >> /home/jday/Mail/caughtspam" "de-spamassassinify message"
macro index H "|sa-learn.wrapper --no-rebuild --single --ham" "learn message as HAM"
macro index S "|sa-learn.wrapper --no-rebuild --single --spam" "learn message as SPAM"

# Put my GPG fingerprint in a custom header
my_hdr X-GPG-Fingerprint: 28A6 089A C70E 482C 05DD  E4D6 1B34 535F 2BEB 2113
set pgp_sign_as="2BEB2113"

# I don't need to edit messages that are forwarded to spamcop, and I don't
# need to store a copy in my sent folder.
send-hook .       'set editor="vim" ; set record=+sentbox ; set mime_forward=ask-no'
send-hook spam.spamcop.net 'set editor=/bin/true ; set record= ; set mime_forward=yes'

mailboxes /var/spool/mail/jday +intruders +jpilot +pilot-link +fte +plucker +mingw \
          +winex +usbvisor +fetchmail +bugtraq +focus-linux +sf-news +technews +ale \
          +ajug +debian-java +dia +alsa-user +spamassassin +afterstep

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# 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 # this shows how nicely wrap long lines

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Color definitions
#

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

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

# Make new messages stand out
color index brightwhite default "~N"

# attributes when using a mono terminal
#mono header underline ^(From|Subject):
mono quoted bold

# GPG definitions
source ~/.mutt/gpg.rc



More information about the Ale mailing list