You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaccessibility/kttsd/filters/stringreplacer/kmail.xml

32 lines
688 B

<?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>