From c0406dda600387f4e9ace941e02a8783bc97d90c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 23 Sep 2021 15:06:12 +0530 Subject: feature: allow services to delineate favorites vs non-favorites in unread counts implements getferdi/recipes#721 --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index ee44081..ab496c6 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -78,6 +78,8 @@ Services like Slack or HipChat have direct messages e.g. a mention or message to Info message that will be displayed in the add/edit service preferences screen. * `boolean` **disablewebsecurity** _default: false_
Some services like hangoutschat need the web security disabled. +* `boolean` **allowFavoritesDelineationInUnreadCount** _default: false_
+Services like Outlook differentiate between favorites vs other folders. Setting this to `true` will allow the exclusion of the message counts from those non-favorite folders. ## Example -- cgit v1.2.3-54-g00ecf