summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-10 14:56:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:33 -0700
commit42a253a59366a1864ac556ccaea9ec997aa1b100 (patch)
treeeda4c2417ceb50b573648f465dca49e96c98017d
parentbaf0f08d5b36ed1e28dbe3e60eee5df667b2f155 (diff)
downloaddotfiles-42a253a59366a1864ac556ccaea9ec997aa1b100.tar.gz
CatMail email.arizona.edu -> arizona.edu
-rw-r--r--.muttrc10
-rw-r--r--.notmuch-config2
-rw-r--r--archive/.msmtprc4
3 files changed, 8 insertions, 8 deletions
diff --git a/.muttrc b/.muttrc
index 18f43897..833f0667 100644
--- a/.muttrc
+++ b/.muttrc
@@ -20,7 +20,7 @@ set edit_hdrs
set include
set reply_to
set abort_nosubject = no
-# alternates '(spwhitton@spwhitton.name)|(spwhitton@email.arizona.edu)'
+# alternates '(spwhitton@spwhitton.name)|(spwhitton@arizona.edu)'
set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s"
unset help
set mail_check=20
@@ -50,11 +50,11 @@ set recall = no
# --- CatMail hooks
# reply-hook . 'set from="Sean Whitton <spw@sdf.org>" use_from'
-# reply-hook "~f arizona.edu" 'set from="Sean Whitton <spwhitton@email.arizona.edu>" use_from'
-# reply-hook "~t spwhitton@email.arizona.edu" 'set from="Sean Whitton <spwhitton@email.arizona.edu>" use_from'
+# reply-hook "~f arizona.edu" 'set from="Sean Whitton <spwhitton@arizona.edu>" use_from'
+# reply-hook "~t spwhitton@arizona.edu" 'set from="Sean Whitton <spwhitton@arizona.edu>" use_from'
# send2-hook . 'set from="Sean Whitton <spw@sdf.org>" use_from'
-# send2-hook "~t arizona.edu" 'set from="Sean Whitton <spwhitton@email.arizona.edu>" use_from'
+# send2-hook "~t arizona.edu" 'set from="Sean Whitton <spwhitton@arizona.edu>" use_from'
# See <http://comments.gmane.org/gmane.mail.mutt.user/28818> on
# avoiding infinite loops with send2-hooks
@@ -63,7 +63,7 @@ set recall = no
group -group cmrecps -rx edu$ -rx ac.uk$
-send2-hook "!~f spwhitton@email.arizona.edu ^%C cmrecps" 'push <edit-from><home><kill-eol>Sean\ Whitton\ <spwhitton@email.arizona.edu><enter>'
+send2-hook "!~f spwhitton@arizona.edu ^%C cmrecps" 'push <edit-from><home><kill-eol>Sean\ Whitton\ <spwhitton@arizona.edu><enter>'
# PGP hooks: encrypt to members of the pgp_full group, do nothing for
# members of pgp_none, sign to everyone else
diff --git a/.notmuch-config b/.notmuch-config
index f5b8dc7f..d8794b0d 100644
--- a/.notmuch-config
+++ b/.notmuch-config
@@ -24,7 +24,7 @@ mail_root=/home/spwhitton/.fmail
[user]
name=Sean Whitton
primary_email=spwhitton@spwhitton.name
-other_email=spwhitton@email.arizona.edu;
+other_email=spwhitton@arizona.edu;spwhitton@email.arizona.edu;
# Configuration for "notmuch new"
#
diff --git a/archive/.msmtprc b/archive/.msmtprc
index 683baba3..2c60da9c 100644
--- a/archive/.msmtprc
+++ b/archive/.msmtprc
@@ -25,8 +25,8 @@ account catmail
host smtp.gmail.com
port 587
auth on
-from spwhitton@email.arizona.edu
-user spwhitton@email.arizona.edu
+from spwhitton@arizona.edu
+user spwhitton@arizona.edu
passwordeval cat ~/local/auth/catmailsmtppass
# ---- defaults again