diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-10-27 17:52:03 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-10-27 17:52:03 +0200 |
| commit | 60c7d2d3841032421e203b9c5efae4a65accb98e (patch) | |
| tree | 928d15a5bff4bc03896b7ef5d9ae17d8b31f8852 /emacs | |
| parent | bbc52ab9d4730f8cdc52824f6fded2084c9d1c88 (diff) | |
| download | dotfiles-60c7d2d3841032421e203b9c5efae4a65accb98e.tar.gz dotfiles-60c7d2d3841032421e203b9c5efae4a65accb98e.zip | |
emacs: fixed smtp port for suse.com
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |
