[PR #603] [CLOSED] Additionally allow old email From format. #606

Closed
opened 2026-03-01 17:48:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/603
Author: @luckydonald
Created: 2/26/2024
Status: Closed

Base: masterHead: patch


📝 Commits (2)

📊 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.

Some Service - some at service.de

is simply not as readable as

Some Service 'some@service.de'


In fact I think

some@service.de 'some@service.de'

is also better to read than

some at service.de


If merged, this closes #602.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/603 **Author:** [@luckydonald](https://github.com/luckydonald) **Created:** 2/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch` --- ### 📝 Commits (2) - [`df174d4`](https://github.com/anonaddy/anonaddy/commit/df174d4b634dbb7447bc05855c6cc7b71f78d014) fix https://github.com/anonaddy/anonaddy/issues/602 - [`6a7f8c5`](https://github.com/anonaddy/anonaddy/commit/6a7f8c57fcce7a88372a8158fe1b0d51bb0d6054) Actually call the constant only LEGACY, that's better to read. ### 📊 Changes **3 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Enums/DisplayFromFormat.php` (+1 -0) 📝 `app/Mail/ForwardEmail.php` (+4 -1) 📝 `resources/js/Pages/Settings/General.vue` (+5 -0) </details> ### 📄 Description Adds an option to keep the email format as it was in the previous versions. > Some Service - some at service.de is simply not as readable as > Some Service 'some<b></b>@service.de' --- In fact I think > some<b></b>@service.de 'some<b></b>@service.de' is also better to read than > some at service.de --- If merged, this closes #602. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:48:22 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#606
No description provided.