31 lines
973 B
Plaintext
31 lines
973 B
Plaintext
# 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 hostname="mikegerwitz.com"
|
|
|
|
set imap_user="mike@mikegerwitz.com"
|
|
set imap_pass="`~/.mutt/get-passwd personal`"
|
|
set imap_authenticators="digest-md5:cram-md5:login"
|
|
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
|