# הוסף ביטול מנוי מתגית לדיאלוג ביטול המנוי מהאימייל

**URL:** https://meta.discourse.org/t/add-unsubscribe-from-tag-subscription-to-the-unsubscribe-from-email-dialogue/292008
**Category:** Feature
**Tags:** notifications, email, tags
**Created:** [17 בינואר,‏ 2024,‏ 10:41pm UTC](https://meta.discourse.org/t/add-unsubscribe-from-tag-subscription-to-the-unsubscribe-from-email-dialogue/292008 "2024-01-17T22:41:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [17 בינואר,‏ 2024,‏ 10:41pm UTC](https://meta.discourse.org/t/add-unsubscribe-from-tag-subscription-to-the-unsubscribe-from-email-dialogue/292008/1 "2024-01-17T22:41:52Z")

</div>

After following an [unsubscribe-link in an email](https://meta.discourse.org/t/unsubscribe-from-a-topic-using-email/62748), I currently get these options to choose from

- unsubscribe from the thread
- unsubscribe from the category
- cancel all notifications by mail

I would like to see an option to cancel tag subscriptions too.

---

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [19 בינואר,‏ 2024,‏ 7:31pm UTC](https://meta.discourse.org/t/add-unsubscribe-from-tag-subscription-to-the-unsubscribe-from-email-dialogue/292008/2 "2024-01-19T19:31:35Z")

</div>

I have to apologize. 🙏

Reading the [source code](https://app/views/email/unsubscribe.html.erb) it is possible to unsubscribe from a category already. Somehow I missed that in my tests.

Unsubscribing from tags is missing.  
So I changed this feature request to implement unsubscribe for tags.

I wrote an implementation here:

[https://github.com/discourse/discourse/pull/25348](https://github.com/discourse/discourse/pull/25348)
