1
0
Fork 0
dotfiles/mutt/account-personal

30 lines
942 B
Plaintext
Raw Normal View History

# Mike Gerwitz personal mutt configuration
#
# Copyright (C) 2014 Mike Gerwitz
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved. This file is offered as-is, without warranty
# of any kind.
#
# These are the settings for my general-purpose *@mikegerwitz.com e-mail.
set from="mike@mikegerwitz.com"
set imap_user="mike@mikegerwitz.com"
set imap_pass="`~/.mutt/get-passwd personal`"
set imap_authenticators="digest-md5:cram-md5:login"
2014-02-23 20:54:09 -05:00
set smtp_url="smtp://$imap_user:$imap_pass@mail.mikegerwitz.com:587"'
set folder='imaps://mail.mikegerwitz.com/'
# keep everything on the server for reference
set spoolfile="=INBOX"
set record="=Sent"
set postponed="=Drafts"
# toggle
macro index \cP ":source ~/.mutt/account-gnu<return>"
# make it clear that we're using personal settings
color indicator default blue