I have a script to expire folders at the end of my .profile that runs
once-a-day. I could just leave there, but I recently changed some
things and now I would like to have Anacron run it. The problem is
that Anacron won't run the following command:
mutt -f =mutt -e 'set delete;push D~r>2w<enter>q'
This is the error message:
No recipients specified.
run-parts: /etc/cron.test/muttxpr exited with return code 1
Does anyone know if there's way to change the command so it will work?
I spent some time fooling around, but I just can't figure it out.
Larry