diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 17:47:27 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-17 17:47:27 +0200 |
| commit | 9353a2934fe32ce092b66739eee454fed443743a (patch) | |
| tree | 43cb1fe4d59f69924daa326a707b61a60b0ad90c /.config | |
| parent | 7ac28a401765b0be829ed6746e57c13ecc709c98 (diff) | |
| download | dotfiles-9353a2934fe32ce092b66739eee454fed443743a.tar.gz dotfiles-9353a2934fe32ce092b66739eee454fed443743a.zip | |
emacs: switched to Doom Emacs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.config')
| -rw-r--r-- | .config/msmtp/config | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
