aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-23 15:06:12 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-23 15:08:32 +0530
commitc0406dda600387f4e9ace941e02a8783bc97d90c (patch)
treed19dba10c8c35d33992c8e66a3d409fa23beac4a /docs
parentfix: updated 'skype' and 'discord' to properly relinquish 'win' object for im... (diff)
downloadferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.tar.gz
ferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.tar.zst
ferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.zip
feature: allow services to delineate favorites vs non-favorites in unread counts
implements getferdi/recipes#721
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
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
78Info message that will be displayed in the add/edit service preferences screen. 78Info message that will be displayed in the add/edit service preferences screen.
79* `boolean` **disablewebsecurity** _default: false_<br /> 79* `boolean` **disablewebsecurity** _default: false_<br />
80Some services like hangoutschat need the web security disabled. 80Some services like hangoutschat need the web security disabled.
81* `boolean` **allowFavoritesDelineationInUnreadCount** _default: false_<br />
82Services 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.
81 83
82## Example 84## Example
83 85