summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2013-04-04 11:24:21 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2013-04-04 11:24:21 -0400
commitc0a2104a590e9e68226f836d22ff6e645f3e33d3 (patch)
tree976570bc44da2d0ba077702f506d87cbea2c02aa /data
parentfe31a12e4ed8b558ab640159c39a4e4771d6e9b6 (diff)
downloadtelepathy-logger-c0a2104a590e9e68226f836d22ff6e645f3e33d3.tar.gz
Add ignore list capability
This allow disabling logging for a specific contact. Fix bug https://bugs.freedesktop.org/show_bug.cgi?id=54033
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.Telepathy.Logger.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.freedesktop.Telepathy.Logger.gschema.xml.in b/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
index ddb4c15..ca39e36 100644
--- a/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
+++ b/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
@@ -8,5 +8,10 @@
"false" will completely disable all logging.
</_description>
</key>
+ <key name="ignorelist" type="as">
+ <default>[]</default>
+ <_summary>Ignore list</_summary>
+ <_description>Conversations with entities with ID listed here will not be logged.</_description>
+ </key>
</schema>
</schemalist>