mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #35] Allow management of deleted aliases #642
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#642
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stefanschramek on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/35
Hi,
I think it would be nice to have the following management functionality:
Thanks
Stefan
@willbrowningme commented on GitHub (Mar 12, 2020):
Good ideas, I definitely think the ability to view previously deleted aliases should be added.
I'll update this issue when I've implemented that.
@willbrowningme commented on GitHub (Jun 21, 2020):
You can now view manage and restore previously deleted aliases.
@stefanschramek commented on GitHub (Aug 20, 2020):
Thanks for adding this!
Would it be also possible to add the possibility to release an alias? It would be handy to completly remove an alias if it is not needed anymore!
@willbrowningme commented on GitHub (Aug 20, 2020):
Do you mean the abilty to "forget" an alias as if it had never existed? What use case would you have for doing this?
@stefanschramek commented on GitHub (Aug 20, 2020):
Yes, exactly! From time to time I create an UID-alias and realize afterwards, that the service I want to use it with, does not accept such email addresses! I would be better to delete them instead of reuse later with any other service!
@willbrowningme commented on GitHub (Aug 20, 2020):
So could you not just delete it and leave it deleted in that scenario? Then you won't have to see it in the default aliases view on the dashboard.
@stefanschramek commented on GitHub (Aug 20, 2020):
For sure that is one way to deal with it! I just thought it would be cleaner to totally remove them!
Thanks!