[vox-tech] muttrc

Matt Roper vox-tech@lists.lugod.org
Tue, 11 Dec 2001 12:42:27 -0800


There's an online muttrc builder at http://mutt.netliberte.org/ that
describes all of the muttrc options and then generates a muttrc file for
you based on your decisions.  I suggest you use it to build your initial
muttrc and then go back and add in your own customizations by hand.

The contents of my ~/.muttrc are as follows:


########################################################################
source "~/.muttrc-colors"

# Headers
ignore *
unignore From To Cc Subject Date Reply-To Organization X-Mailer User-Agent
hdr_order From: To: Cc: Subject: Date:

# User description ########################################################
set realname = "Matt Roper"
set from = matt@mattrope.com
set hostname = mattrope.com
set alternates = ((^matt[A-Za-z\-]+|debian|tercerof|mailman(-owner)?)@(mattrope.com|pengra.com)|mdroper@ucdavis.edu|(mattrope|mdroper)@dcn.davis.ca.us)

# General mutt options ####################################################
set timeout = 60

# OS Specific options #####################################################
set tmpdir = /tmp
set print_command = "a2ps -o - | lpr"
set spoolfile = imap://imap.pengra.com/

# Composing ###############################################################
set postponed = /home/mattrope/Mutt/postponed
set editor = /usr/bin/vim
set fast_reply = yes

# Replying ################################################################
set reply_self = yes

# Forwarding ##############################################################
set forward_format = "Fwd: [ %s ]"
set forward_quote = yes

# Folder and Mailbox ######################################################
set record = /home/mattrope/Mutt/sent-messages
set move = no
set folder = imap://imap.pengra.com/

# Headers #################################################################
set header = yes
set edit_headers = yes
set autoedit = yes

# Sending #################################################################
set use_from = yes
set envelope_from = yes

# IMAP ####################################################################
set imap_list_subscribed = yes
set imap_user = XXXXXXXXXXXXXXXXX
set imap_pass = XXXXXXXXXXXXXXXXX
set imap_passive = no


# Key bindings
bind  pager   <up>     previous-line
bind  pager   <down>   next-line
bind  pager   <left>   exit
bind  pager   <right>  view-attachments
bind  attach  <left>   exit
bind  attach  <right>  view-attach
bind  index   <right>  display-message
macro index   <left>   "c?"
bind  browser <right>  view-file
bind  browser <left>   exit

set folder_format="%F %-8.8u %-8.8g %d %8s %N %f"

# EOF


Matt

On Tue, Dec 11, 2001 at 02:36:35AM -0800, Gabriel Rosa wrote:
> Hey guys,
> 
> 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.
> 
> -Gabe
> 
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech

-- 

**********************************
* Matt Roper <matt@mattrope.com> *
* http://www.mattrope.com        *
**********************************