diff options
author | Kali Kaneko <kali@leap.se> | 2014-01-08 23:33:13 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-01-08 23:33:22 -0400 |
commit | 80a77efe595215da3ae836771f9dfc5cffd1cfd3 (patch) | |
tree | 4d76e43f68407b090576424fd324da0ed92ba917 /changes | |
parent | dffaa3c58d12c91e31d5a95d3cf43c00a9ce4604 (diff) |
Flag imap session for closing. Fixes: #4925
This will need a more serious investigation, since we're not shutting
down all the imap-related objects, but will do for now to prevent
access to different accounts while a session is initiated in the MUA.
(tested with thunderbird).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_4925_close_imap_session | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_4925_close_imap_session b/changes/bug_4925_close_imap_session new file mode 100644 index 00000000..f70b3e2b --- /dev/null +++ b/changes/bug_4925_close_imap_session @@ -0,0 +1 @@ +- Properly reset imap session on logout. Closes: #4925 |