Chris Hall <[email protected]> ha escrit:
> Hmm, now I'm really confused,
>
> Contents of ~/.maidag:
> script "/home/me/mail/.scripts/maidag.scm";
I'm sorry, should have said this before. In 3.x there is no "script" keyword.
It provides a "filter" statement instead:
# Add new message filter.
filter {
# Set script language.
language <arg: string>;
# Set script pattern.
pattern <arg: string>;
};
Example:
filter {
pattern "/home/me/mail/.scripts/maidag.scm";
};
BTW, you can list all available configuration statements with a short
description of each by running:
maidag --config-help
Same holds true for any other MU program.
Regards,
Sergey
_______________________________________________
Bug-mailutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-mailutils