We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b13910 commit 2b54a08Copy full SHA for 2b54a08
CHANGELOG.md
@@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## [UNRELEASED]
8
### Fixed
9
-- NaN
+- Default account might not be set correctly if set manually.
10
11
### Added
12
- NaN
src/ClientManager.php
@@ -114,7 +114,7 @@ public function getDefaultAccount() {
114
*/
115
public function setDefaultAccount($name) {
116
$this->app['config']['imap.default'] = $name;
117
- CM::$config['config']['default'] = $name;
+ CM::$config['default'] = $name;
118
}
119
120
/**
0 commit comments