Oh, that is good one! Thank you.

On Sun, Dec 25, 2016 at 09:22:48PM +0200, Sergey Poznyakoff wrote:
> Jean Louis <bugs@gnu.support> ha escrit:
> 
> > Is there a command to lowercase the ${1} ?
> 
> if address :matches [ "from" ] "*" {
>    set "recipient" :lower "${1}";
>    fileinto "~/Maildir/${recipient}";
> }
> 
> > Is there are command to run the shell?
> 
> See "pipe".
> 
>   http://mailutils.org/manual/html_section/Extensions.html#pipe
>   http://mailutils.org/manual/html_section/Actions.html
> 
> Regards,
> Sergey

_______________________________________________
Bug-mailutils mailing list
Bug-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to