summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/stringreplacer/kmail.xml
blob: b0f33d6caab2f2a6abb5f62f5c4222cd48683492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Filter by David Power achiestdragon@gmail.com -->
<wordlist>
 <name>kmail notify</name>
 <appid>knotify</appid>
 <appid>kmail</appid>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[<br>]]></match>
  <subst><![CDATA[,]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[</b>]]></match>
  <subst><![CDATA[,]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[in /local/inbox]]></match>
  <subst><![CDATA[,]]></subst>
 </word>
 <word>
  <type>RegExp</type>
  <case>No</case>
  <match><![CDATA[<b>]]></match>
  <subst><![CDATA[,]]></subst>
 </word>
</wordlist>