summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-11-06 11:15:34 -0200
committerKali Kaneko <kali@leap.se>2013-11-06 17:25:41 -0200
commit5955b267cdb6e82c57bee74a66ba8fa3d5308c60 (patch)
treeed81a7c52a51e3264cdf2cb22c4e36c9fdc705ba /changes
parent11ce60c63730f9aa827c4b93ba3046deea93f55b (diff)
Initializes mail service with the user id.
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_4394_fix-mail-reinitialization1
1 files changed, 1 insertions, 0 deletions
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