# Unsuppress digest emails?

**URL:** https://meta.discourse.org/t/unsuppress-digest-emails/200637
**Category:** Support
**Tags:** activity-summary
**Created:** [August 16, 2021, 8:29pm UTC](https://meta.discourse.org/t/unsuppress-digest-emails/200637 "2021-08-16T20:29:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)
#### Post date: [August 16, 2021, 8:29pm UTC](https://meta.discourse.org/t/unsuppress-digest-emails/200637/1 "2021-08-16T20:29:51Z")

</div>

The default setting for `suppress digest email after days` is 365. Two questions:

1. Does setting it to 0 disable the suppression no matter how long a user wasn’t on the site?
2. If I change the default setting from 365 to, say, 720, will this re-activate digest emails for users who have not been on the site for more than 365 but less than 720 days? If not, how can I achieve this?

---

<div class="post-metadata">

### Author: ![Benjamin\_D](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjamin_d/32/277831_2.png) [@Benjamin\_D](https://meta.discourse.org/u/Benjamin_D)
#### Post date: [August 16, 2021, 8:51pm UTC](https://meta.discourse.org/t/unsuppress-digest-emails/200637/2 "2021-08-16T20:51:37Z")

</div>

my two cents:

> <https://github.com/discourse/discourse/blob/9b7c17b925ef185b139c5fd53cd6ea3207066036/app/jobs/scheduled/enqueue_digest_emails.rb#L31>

1. don’t think so, I think `last_seen_at` would always be less than `current_timestamp`, at least less or equal
2. I’d say yes, only found `suppress digest email after days` in this scheduled job, doesn’t seem to “mark” the users
