Config

my muttrc

# User information
set realname="eceppda"
set from=eceppda@gmail.com
#set alternates= eceppda@rtc.org

# OS Stuff
set tmpdir= ~/docs/mailtmp
set print_split = yes
set spoolfile="imaps://mail.rtc.org/INBOX"
set folder="imaps://mail.rtc.org/INBOX."
set certificate_file="~/.muttcerts"
set ssl_use_sslv3=yes
set ssl_use_tlsv1=yes

# Composing
set editor = 'emacs'

# Replying
set reply_self = no # Reply to recipients, not to myself on my own msgs
set indent_string = "> "
set include = yes
set attribution = "On %d, %n wrote:"
set bounce_delivered = yes

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

# Folder and Mailbox
set copy = yes              # Save copy of outgoing msgs
set record = +MuttMail/sent # Where do we keep sent messages?
set move = no
set fcc_attach = yes        # Save outgoing attachments
set fcc_clear = no          # Keep encryption/signatures
set folder_format="%F %-8.8u %-8.8g %d %8s %N %f"

# Headers
set hdrs = yes
set header = yes            # Headers in reply
set edit_headers = yes      # Headers in editor

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

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

# IMAP
set mail_check = 60
set timeout = 15
set imap_list_subscribed = yes
set imap_user = eceppda@rtc.org
set imap_pass = password
set imap_passive = no
set imap_force_ssl = yes

# autoview HTML mail using lynx -dump
auto_view text/html
alternative_order text/enriched text/plain text/html

My dot emacs

This dot emacs file is a scaled down version of one I received from Andy:
Andy Miller (amiller at computer dot org) has been using emacs since 1990 when the “job market” forced him away from the lisp machine and zwei. Today he works as a hands on consulting architect for Object Partners, Inc. He occasionally uses the mouse when playing games with his kids.