From a0a009892e716a3cd85839a28469b6341a85ac40 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Sep 2021 15:23:09 +0200 Subject: msmtp: using the proper credentials for suse.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/msmtp/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/msmtp/config b/.config/msmtp/config index 2b6ba68..6bec22e 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -25,9 +25,9 @@ passwordeval ~/bin/mutt_oauth2.py ~/.mail/susecom/sessionfile account susede host imap.suse.de port 587 -from msabate@suse.de -user msabate@suse.de -passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.mbsyncpasssusede.gpg" +from msabate@imapsusede +user msabate@imapsusede +passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.imapsusede.gpg" # cgtsuse.org account cgtsuse -- cgit v1.2.3