#!/uva/bin/mush -F!
# Delete all mail older than 30 days from the specified folder.
# It should be invoked this way:
#
#     prune-folder -f folder-name

pick -ago -30d | d
quit
