Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 259 Bytes

gmailEmptyTrash

Ruby script that expunges email from Gmail's trash. Ruby-gmail gem is required.

Can be run from Cron to keep your Trash empty, like so:

0,30 * * * * /bin/bash -l -c 'ruby pathto/gmailEmptyTrash.rb'