2014-01-04 22:43:00 -05:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# I fetch all mail from my GNU account onto my mailserver, but replies
|
|
|
|
# should always go through fencepost.
|
|
|
|
|
|
|
|
source ~/.mutt/account-personal
|
2014-02-23 20:54:33 -05:00
|
|
|
set hostname="fencepost.gnu.org"
|
2014-01-04 22:43:00 -05:00
|
|
|
|
|
|
|
set from="mikegerwitz@gnu.org"
|
2014-02-09 20:47:29 -05:00
|
|
|
set smtp_url="smtp://mikegerwitz@fencepost.gnu.org:587"'
|
2014-01-04 22:43:00 -05:00
|
|
|
set smtp_pass="`~/.mutt/get-passwd gnu`"
|
|
|
|
|
|
|
|
# toggle
|
|
|
|
macro index \cp ":source ~/.mutt/account-personal<return>"
|
|
|
|
|
|
|
|
# make it clear we're using GNU settings
|
|
|
|
color indicator default green
|