mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #26] Automatic subject replacement in replies? #73
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#73
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 @chiraag-nataraj on GitHub (Feb 9, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/26
As an alternative to #25, could there be an option (probably alias-specific) to back-substitute the subject that was erased on delivery when I reply to the email?
@anonaddy commented on GitHub (Feb 10, 2020):
Hmm, I'm just trying to think how this would work as I don't save any copy of the original subject on the server.
If you have the banner information included on forwarded emails and the subject is replaced then the original subject is shown in the message body (encrypted if enabled). So I think the best option would be just to change the replaced subject back to the original when replying.
@chiraag-nataraj commented on GitHub (Feb 15, 2020):
Presumably, if the banner that you insert is left in the replied email, then you could parse that and figure out the original subject? But I think #25 is a cleaner way to do this anyway, and more flexible to boot. I'll close this for now.