From 60c7d2d3841032421e203b9c5efae4a65accb98e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 27 Oct 2018 17:52:03 +0200 Subject: emacs: fixed smtp port for suse.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 0a4c79c..224ee3a 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1113,7 +1113,7 @@ this way is relatively new (since mu 0.9.16). :name "comsuse" :enter-func (lambda () (mu4e-message "Switching to suse.com") - (mssola-smtp "smtp.novell.com" 25)) + (mssola-smtp "smtp.novell.com" 26)) :match-func (lambda (msg) (when msg (mu4e-message-maildir-matches msg "^/susecom"))) -- cgit v1.2.3