Ask HN: Sorting 8k emails, any tools to make this easier?
My email archive currently sits around 8k emails. I'd like to clean it up a little bit, deleting irrelevant stuff as to reduce my (and my clients') exposure should it get leaked. At the same time, there is some stuff I'm legally required to keep (invoices for taxes, etc) so I can't just delete everything past a certain date.
Does anyone have any tips on how to tackle this, or know any tools/services that can help out?
Thanks!
9 comments
[ 4.3 ms ] story [ 37.0 ms ] threadIf you're going through an email every 2 seconds it's only a little over 4 hours of work which isn't too bad. And for the most part you'll probably be skimming senders/subjects so it won't take anywhere near 2 seconds per email.
[0]mailstrom.co
Last time I did that with a 7k email inbox it took about 2.5 hours to get to inbox zero.
https://freron.com/
I know of two tools which might help.
One that I use is more Emacs oriented. My personal setup uses mu4e[1], fetches emails using mbsync, indexes the emails using mu and allows you to run queries based on date/time/subject/content etc. You can quickly search, mark, delete and archive emails.
The other option would be to use a similar combination of notmuch, offlineimap and mutt[2]. I have used mutt but with the online services (i.e. without downloading my emails locally), so I am not sure how that will work. But mutt also support similar tagging and searching and running operations on selected emails.
Caveat: Make sure you have enough understanding with what you do with these tools, they also have the capacity to delete all your emails on cloud. Perhaps run the queries on some test emails first.
[1]http://www.djcbsoftware.nl/code/mu/mu4e/
[2]stevelosh.com/blog/2012/10/the-homely-mutt/