Re: simple questions
- From: "Joe Shaw" <joe joeshaw org>
- To: "Nagyon Almos" <b17 freemail hu>
- Cc: dashboard-hackers <dashboard-hackers gnome org>
- Subject: Re: simple questions
- Date: Mon, 23 Apr 2007 15:45:51 -0400
Hi,
On 4/23/07, Nagyon Almos <b17 freemail hu> wrote:
> 2) I am trying to make some of my own filters hence
> I would like to specify the extensions (in the filter xml file)
> with egrep-style regular expressions. Is it possible?
I tried it too but this didnt work:
I specified
<filter>
<mimetype>text/x-vcard</mimetype>
<extension>.(vcf|vcard)</extension>
<command>cat</command>
<arguments>%s</arguments>
</filter>
Indeed, this won't work. You have to do:
<extension>.vcf</extension>
<extension>.vcard</extension>
You can specify multiple (or zero) extension and mimetype conditions,
any of which match.
Joe
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]