Re: [evolution-patches] fix for match-all in filters, vfolders, searches (bugs 301466 and 302683)



Thanks ;-)

We normally require ChangeLog entries too (see 'HACKING'), but for the
sake of expidiancy I will create them and commit to head and stable.

 Michael

On Mon, 2005-06-20 at 18:40 -0300, Brian Mury wrote:
> This fixes the error messages when using "match-all" for filters,
> vfolders, and searches.
> 
> 
> diff -Naur evolution-2.2.1.1/mail/filtertypes.xml
> evolution-2.2.1.1-fixed/mail/filtertypes.xml
> --- evolution-2.2.1.1/mail/filtertypes.xml      2004-11-12
> 03:07:56.000000000 -0400
> +++ evolution-2.2.1.1-fixed/mail/filtertypes.xml        2005-06-20
> 18:38:00.000000000 -0300
> @@ -637,7 +637,7 @@
>      <part name="all">
>        <title>Match All</title>
>        <code>
> -       (#t)
> +       (match-all #t)
>        </code>
>      </part>
> 
> diff -Naur evolution-2.2.1.1/mail/searchtypes.xml
> evolution-2.2.1.1-fixed/mail/searchtypes.xml
> --- evolution-2.2.1.1/mail/searchtypes.xml      2005-01-24
> 17:54:55.000000000 -0400
> +++ evolution-2.2.1.1-fixed/mail/searchtypes.xml        2005-06-20
> 18:38:10.000000000 -0300
> @@ -420,7 +420,7 @@
>      <part name="all">
>        <title>Match All</title>
>        <code>
> -       (#t)
> +       (match-all #t)
>        </code>
>      </part>
> 
> diff -Naur evolution-2.2.1.1/mail/vfoldertypes.xml
> evolution-2.2.1.1-fixed/mail/vfoldertypes.xml
> --- evolution-2.2.1.1/mail/vfoldertypes.xml     2004-11-12
> 03:07:56.000000000 -0400
> +++ evolution-2.2.1.1-fixed/mail/vfoldertypes.xml       2005-06-20
> 18:38:17.000000000 -0300
> @@ -423,7 +423,7 @@
>      <part name="all">
>        <title>Match All</title>
>        <code>
> -       (#t)
> +       (match-all #t)
>        </code>
>      </part>
> 
> 
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]