mail_daemon: IMAP Settings.h DeleteRemoteWhenLocal forgotten prototype

this fixes broken build, sorry

Change-Id: I2d6dd152739ae1d7aefdf0c98732b9f302b90025
Reviewed-on: https://review.haiku-os.org/676
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Peter Kosyh
2018-11-05 19:57:22 +00:00
committed by waddlesplash
parent 35a074e071
commit f2d9de4577
@@ -31,6 +31,7 @@ public:
int32 MaxConnections() const;
bool IdleMode() const;
int32 BodyFetchLimit() const;
bool DeleteRemoteWhenLocal() const;
private:
const BMessage fMessage;