diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-07 23:58:59 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-07 23:58:59 +0200 |
commit | 78bd6c423fa1a2b89322deb69a23b15ef3a72bcb (patch) | |
tree | 81a5f2e536cb541aa34b013f4b6cc558ba84a455 /res/xml/preferences.xml | |
parent | 3f403fb8a976f6cc7d135cf1eb6dd6f0789c312a (diff) |
fixed #52. thanks @strb
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 7339565e..0e746a3e 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -41,6 +41,11 @@ android:key="notify_in_conversation_when_highlighted" android:title="Conference notification" android:summary="Always notify when a new conference message arrives instead of only when highlighted"/> + <CheckBoxPreference + android:key="notification_grace_period_after_carbon_received" + android:title="Notification grace period" + android:summary="Disable notifications for a short time after a carbon copy was received" + android:defaultValue="true"/> </PreferenceCategory> <PreferenceCategory android:title="UI Options"> |