On Fri 03 Nov 2006, Daniel Fischer wrote:

> expire-default:
>               +15 days

expire-default is not a list value, this needs to be on a single line,
like so:

expire-default: +15 days

> expire-rule:
>               *   *     *   *         1    +3 months
>       *   10-20 *   *         *    +15 days


> Looks like it only does work on the first day of week since the 28th of 
> October.
> If it is not the first day of week it prints to the summary:
> "Expire: ARRAY(0x82e6fbc) == 1970-01-01 01:00:00" ??

Thats because it doesn't have a value for the default, when no
expire-rule matches; or rather, it has an array value (which it prints :-)
when it expects a string value.


Probably dirvish needs to be modified so that it checks the type of the
options are what is expected, too often have we seen problems with
putting things on one line or as in this case _not_ putting things on
one line...


Paul Slootman
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to