Disable/suspend digest emails

@pakl here’s a rails console command that should do that:

User.where('last_seen_at < ?', 8.months.ago).update_all(email_digests: false)