summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/bug_4394_fix-mail-reinitialization1
-rw-r--r--changes/bug_reject_bad_sender1
3 files changed, 3 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index cc00ecf7..e689170c 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,3 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+leap.mail >= 0.3.7
diff --git a/changes/bug_4394_fix-mail-reinitialization b/changes/bug_4394_fix-mail-reinitialization
new file mode 100644
index 00000000..f05fce6a
--- /dev/null
+++ b/changes/bug_4394_fix-mail-reinitialization
@@ -0,0 +1 @@
+- Initialize mail service with the userid after login, to allow multiple accounts. Closes: #4394
diff --git a/changes/bug_reject_bad_sender b/changes/bug_reject_bad_sender
new file mode 100644
index 00000000..0a4f360f
--- /dev/null
+++ b/changes/bug_reject_bad_sender
@@ -0,0 +1 @@
+- Give SMTP the current logged in userid. Related to #3952. \ No newline at end of file