25 lines
774 B
Plaintext
25 lines
774 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.
|
|
#
|
|
# I fetch all mail from my GNU account onto my mailserver, but replies
|
|
# should always go through fencepost.
|
|
|
|
source ~/.mutt/account-personal
|
|
set hostname="fencepost.gnu.org"
|
|
|
|
set from="mikegerwitz@gnu.org"
|
|
set smtp_url="smtp://mikegerwitz@fencepost.gnu.org:587"'
|
|
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
|