Maintenance for the week of August 31:
• ESO Store and Account System for maintenance – September 3, 10:00AM EDT (14:00 UTC) - 12:00PM EDT (16:00 UTC)

Alternative Addon to "No, Thank You"?

YffresTrill
YffresTrill
✭✭✭✭✭
The addon "No, Thank You" has been broken since the guild mail update. It is impossible to delete guild mail messages unless one disables the addon. However, I make use of a lot of functionality of this addon, disabling these annoyances:
  • AVA messages
  • Group Area messages
  • Friends status messages
  • "Target immune" alerts
  • "Enlightened" alerts
  • Repair alerts
  • The Crown Store window popup on login
  • "Can't buy back from fence" dialogue
  • Large group conversion dialogue
  • "Attempt item improvement" dialogue
  • Guild invites when already full on guilds
  • Unowned houses on the map
  • Guild roster alerts
  • Raid score notifications
  • Guild MOTD notifications
  • LUA errors redirected to chat message

Is there a similar addon (or multiple addons) that can be used to take over this functionality?
Edited by YffresTrill on August 19, 2026 10:18AM
@ Yffre'sTrill - PC/EU (No Steam)
  • YffresTrill
    YffresTrill
    ✭✭✭✭✭
    By the lack of response I will assume the answer is no. :)

    Hope the addon gets updated eventually, as I am sure I am not the only one who still finds it very useful.
    @ Yffre'sTrill - PC/EU (No Steam)
  • M0R_Gaming
    M0R_Gaming
    ✭✭✭
    Do you have this setting off? 6cwzwucu3aik.png
    I can delete guild mails just fine without any issues with No, Thank you
    • PC/NA - PvP/PvE AD Sorc main
    • Former Emp, GS, DB, TTT, IR, GH, PB, Swash, Misery Master
    My addons
  • SilverBride
    SilverBride
    ✭✭✭✭✭
    ✭✭✭✭✭
    I use No, Thank You and I can delete them fine.
    PCNA
  • YffresTrill
    YffresTrill
    ✭✭✭✭✭
    M0R_Gaming wrote: »
    Do you have this setting off? 6cwzwucu3aik.png
    I can delete guild mails just fine without any issues with No, Thank you

    No, I have it on. Do I need to turn it off to prevent this from bugging?
    @ Yffre'sTrill - PC/EU (No Steam)
  • M0R_Gaming
    M0R_Gaming
    ✭✭✭
    M0R_Gaming wrote: »
    Do you have this setting off? 6cwzwucu3aik.png
    I can delete guild mails just fine without any issues with No, Thank you

    No, I have it on. Do I need to turn it off to prevent this from bugging?

    Yes, iirc you will need to. (this was a fairly old change that required turning off the setting, idk if thats related to what you are seeing)

    You can also try this fix from the No, Thank you! comments section, which should make it work without needing to turn off that setting: rtpu1bd0b3cm.png
    • PC/NA - PvP/PvE AD Sorc main
    • Former Emp, GS, DB, TTT, IR, GH, PB, Swash, Misery Master
    My addons
  • Necrotech_Master
    Necrotech_Master
    ✭✭✭✭✭
    ✭✭✭✭✭
    yeah i would also like no, thank you to be updated too, as there are a few other bugs with it too

    the "prevent camera rotation" is one i like but in some menus that force rotation like the settings menu, it breaks the camera to stay permanently rotated until change zones or reloadui

    i also noticed that this setting for the deleting mails was an issue since they added the different mail categories so its had a few issues now for a few years
    plays PC/NA
    handle @Necrotech_Master
    active player since april 2014

    i have my main house (grand topal hideaway) listed in the housing tours, it has multiple target dummies, scribing altar, and grandmaster stations (fully filled out with current game), as well as almost every antiquity furnishing on display to preview them

    in progress: acquiring mundus stones (currently only have the thief)

    feel free to stop by and use the facilities
  • YffresTrill
    YffresTrill
    ✭✭✭✭✭
    M0R_Gaming wrote: »
    M0R_Gaming wrote: »
    Do you have this setting off? 6cwzwucu3aik.png
    I can delete guild mails just fine without any issues with No, Thank you

    No, I have it on. Do I need to turn it off to prevent this from bugging?

    Yes, iirc you will need to. (this was a fairly old change that required turning off the setting, idk if thats related to what you are seeing)

    You can also try this fix from the No, Thank you! comments section, which should make it work without needing to turn off that setting: rtpu1bd0b3cm.png

    Oh, that's a big help, thank you. I will try this.

    Edit: Never mind, it looks like I had already tried this and it didn't make a difference. I have disabled the setting you mentioned anyway, so hopefully that will stop this happening, though it is a shame that means the popup to confirm delete of every mail will appear instead. I do still hope the addon gets updated at some point.
    Edited by YffresTrill on August 21, 2026 9:21AM
    @ Yffre'sTrill - PC/EU (No Steam)
  • Durnik
    Durnik
    ✭✭✭✭
    Check the addon comments. There is a fix for this from 2 months ago. Easily edit the file and you are done.

    https://www.esoui.com/downloads/info3921-Nothankyou-GoldRoad.html#comments

    If you are still using this addon, you probably found that you cannot delete guild mail (or won't be able to whenever you get it). If you have not made any of the changes mentioned in other comments, here's the fix. Be aware you will not get a confirmation prompt when deleting.

    NoThankYou.lua
    lines 349-354 (replace)
    Code:
    if SV.emptyMail then
    if name == "DELETE_MAIL" then
    if IsInGamepadPreferredMode() then
    local mailId = MAIL_MANAGER_GAMEPAD.inbox:GetActiveMailId()
    if MAIL_INBOX.isMailFromGuild then
    MAIL_MANAGER:MarkGuildMailDeleted(mailId)
    else
    DeleteMail(mailId)
    end
    else
    local mailId = MAIL_INBOX.mailId
    if MAIL_INBOX.isMailFromGuild then
    MAIL_MANAGER:MarkGuildMailDeleted(mailId)
    else
    DeleteMail(mailId)
    end
Sign In or Register to comment.