From 9353a2934fe32ce092b66739eee454fed443743a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 17 Oct 2021 17:47:27 +0200 Subject: emacs: switched to Doom Emacs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/msmtp/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/msmtp') diff --git a/.config/msmtp/config b/.config/msmtp/config index f52cbc0..c086e4a 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -13,16 +13,16 @@ user mikisabate passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpassgmail.gpg" # suse.com -account susecom +account comsuse host smtp.office365.com port 587 auth xoauth2 from msabate@suse.com user msabate@suse.com -passwordeval ~/bin/mutt_oauth2.py ~/.mail/susecom/sessionfile +passwordeval ~/bin/mutt_oauth2.py ~/.mail/comsuse/sessionfile # suse.de -account susede +account desuse host imap.suse.de port 587 from msabate@imapsusede @@ -30,7 +30,7 @@ user msabate@imapsusede passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.imapsusede.gpg" # cgtsuse.org -account cgtsuse +account sindicat host cgtsuse.org port 587 from msabate@cgtsuse.org -- cgit v1.2.3