Now also loads mail settings from common.

* Also removed the superfluous and unused timeout argument from Save().
This commit is contained in:
Axel Dörfler
2015-01-06 15:22:28 +01:00
parent 9d8cf1b6f7
commit 1f87386b0a
2 changed files with 41 additions and 47 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
BMailSettings();
~BMailSettings();
status_t Save(bigtime_t timeout = B_INFINITE_TIMEOUT);
status_t Save();
status_t Reload();
status_t InitCheck() const;