summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-07 07:26:59 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-07 07:26:59 -0300
commitc84b997124ea08338363c7b2b95747e30bf9e498 (patch)
tree0d79e447070e6ecf6612e5abdba69f68354e820a /changes
parent1d00ebd21d09e21aefb76e3b25791327343e4477 (diff)
parentdd0fb652aeef31719d888d40ed7d1268e8f2bd36 (diff)
Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/bug_4394_fix-mail-reinitialization1
2 files changed, 2 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