summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mbsync/.mbsyncrc4
-rw-r--r--msmtp/.msmtprc6
-rw-r--r--mutt/.mutt/id_personal2
3 files changed, 6 insertions, 6 deletions
diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc
index 08a006e..5ba068f 100644
--- a/mbsync/.mbsyncrc
+++ b/mbsync/.mbsyncrc
@@ -12,8 +12,8 @@ CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount Personal
Host box.bknguyen.org
-User mail@urbainvaes.com
-PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/mail@urbainvaes.com.gpg"
+User urbain@vaes.uk
+PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain@vaes.uk.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc
index f056ee7..0cdb91d 100644
--- a/msmtp/.msmtprc
+++ b/msmtp/.msmtprc
@@ -13,9 +13,9 @@ port 587
account personal
host box.bknguyen.org
-from mail@urbainvaes.com
-user mail@urbainvaes.com
-passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/mail@urbainvaes.com.gpg"
+from urbain@vaes.uk
+user urbain@vaes.uk
+passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/urbain@vaes.uk.gpg"
port 587
account default : personal
diff --git a/mutt/.mutt/id_personal b/mutt/.mutt/id_personal
index 96892b3..8c57cd6 100644
--- a/mutt/.mutt/id_personal
+++ b/mutt/.mutt/id_personal
@@ -1,4 +1,4 @@
-set from = "mail@urbainvaes.com"
+set from = "urbain@vaes.uk"
set sendmail="/usr/bin/msmtp -a personal"
set spoolfile = "+Personal/Personal"