summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2021-11-15 16:09:55 -0600
committerDanny Holman <dholman@gymli.org>2021-11-15 16:09:55 -0600
commitcc8090990912ef9b83ba8036683edd463eb3ef6f (patch)
tree42ea194e02e38ad1b2a2120af96f059db2e579c7 /.mutt
parent086570ce45ba90a94ec4d47b442d3150c2ef5cd0 (diff)
Update all URLs
Update all gymli.xyz URLs to gymli.org. This coincides with a DNS change on my website.
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/gymli8
1 files changed, 4 insertions, 4 deletions
diff --git a/.mutt/gymli b/.mutt/gymli
index 31e2111..e736530 100644
--- a/.mutt/gymli
+++ b/.mutt/gymli
@@ -1,7 +1,7 @@
## IMAP
set imap_user = dholman
-set imap_pass = `pass gymli.xyz/mail/dholman`
-set folder = imaps://mail.gymli.xyz
+set imap_pass = `pass gymli.org/mail/dholman`
+set folder = imaps://mail.gymli.org
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent
@@ -9,8 +9,8 @@ unmailboxes *
mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive
## SMTP
-set from = Danny Holman <$imap_user@gymli.xyz>
+set from = dholman@gymli.org
set sendmail = "/usr/bin/msmtp -a private -t"
## Hook
-account-hook $folder "set imap_user=dholman@gymli.xyz imap_pass=`pass gymli.xyz/mail/dholman`"
+account-hook $folder "set imap_user=dholman imap_pass=`pass gymli.org/mail/dholman`"