Skip to content

Instantly share code, notes, and snippets.

@SomeClown
Created January 13, 2017 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeClown/902607e2473cea06de161369fddad65c to your computer and use it in GitHub Desktop.
Save SomeClown/902607e2473cea06de161369fddad65c to your computer and use it in GitHub Desktop.
# Paths ----------------------------------------------
set folder = "~/.mail/acme" # mailbox location
set spoolfile = "~/.mail/acme/inbox" # inbox
set record = "~/.mail/acme/sent" # sent mail
set postponed = "~/.mail/acme/drafts"
set alias_file = "~/.mutt/alias" # where to store aliases
set header_cache = "~/.mutt/cache/headers" # where to store headers
set message_cachedir = "~/.mutt/cache/bodies" # where to store bodies
set certificate_file = "~/.mutt/certificates" # where to store certs
set mailcap_path = "~/.mutt/mailcap" # entries for filetypes
set tmpdir = "~/.mutt/temp" # where to keep temp files
set signature = "~/.mutt/sig" # my signature file
set from = "username@acme.com"
set realname = "username"
mailboxes = "+inbox"
mailboxes = "+\[acme\]/.sent\ mail"
mailboxes = "+sent"
mailboxes = "+[acme]/.drafts"
mailboxes = "+[acme]/.spam"
mailboxes = "+[acme]/.trash"
mailboxes = "+[acme]/.starred"
mailboxes = "+junk"
mailboxes = "+Tech\ Target"
mailboxes = "+Notes"
mailboxes = "+Archive"
mailboxes = "+Outbox"
mailboxes = "+Drafts"
#mailboxes = "~/.mail/acme/inbox/"
#mailboxes = "~/.mail/acme/sent mail/"
#mailboxes = "~/.mail/acme/drafts/"
#mailboxes = "~/.mail/acme/spam/"
#mailboxes = "~/.mail/acme/trash/"
#mailboxes = "~/.mail/acme/junk/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment