mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[PR #603] [CLOSED] Additionally allow old email From format. #606
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#606
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?
📋 Pull Request Information
Original PR: https://github.com/anonaddy/anonaddy/pull/603
Author: @luckydonald
Created: 2/26/2024
Status: ❌ Closed
Base:
master← Head:patch📝 Commits (2)
df174d4fix https://github.com/anonaddy/anonaddy/issues/6026a7f8c5Actually call the constant only LEGACY, that's better to read.📊 Changes
3 files changed (+10 additions, -1 deletions)
View changed files
📝
app/Enums/DisplayFromFormat.php(+1 -0)📝
app/Mail/ForwardEmail.php(+4 -1)📝
resources/js/Pages/Settings/General.vue(+5 -0)📄 Description
Adds an option to keep the email format as it was in the previous versions.
is simply not as readable as
In fact I think
is also better to read than
If merged, this closes #602.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.