Warn about the correct folder

This commit is contained in:
Hocuri
2020-06-11 14:01:45 +02:00
committed by holger krekel
parent f5156f3df6
commit 6d2d31928d

View File

@@ -149,7 +149,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder: Config) -> Int
}
}
None => {
warn!(ctx, "Can not watch inbox folder, not set");
warn!(ctx, "Can not watch {} folder, not set", folder);
connection.fake_idle(&ctx, None).await
}
}