My name is Andy and I have a problem
Thursday, January 24th, 2008$ find /home/andy/Maildir -type f -wholename ‘*/new/*’| wc -l
123156
$ find /home/andy/Maildir -type f -wholename ‘*/cur/*’| wc -l
24244
If it’s not obvious, that means I have 123k unread emails and 24k read ones. I archive off read emails older than 60 days, but still, that’s pretty pointless and stupid. It’s time to have a purge […]