Skip to content

Commit

Permalink
.muttrc: Adding my initial mutt configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sruffell committed Nov 1, 2010
1 parent 3bad0b6 commit c2aceff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .muttrc
@@ -0,0 +1,22 @@
set imap_user = "sruffell"

set smtp_url = "smtp://sruffell@zimbra.digium.com"
set from = "sruffell@digium.com"
set realname = "Shaun Ruffell"

set folder = "imap://zimbra.digium.com:143"
set spoolfile = "+INBOX"
set postponed = "+INBOX/Drafts"

set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set certificate_file=~/.mutt/certificates
set move=no
set sort = 'threads'
set sort_aux = 'last-date-received'
set imap_check_subscribed

ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"
hdr_order Date From To Cc

0 comments on commit c2aceff

Please sign in to comment.