[PR #376] [CLOSED] Fix user reply to all #797

Closed
opened 2026-02-25 21:36:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/376
Author: @adrienmaloba
Created: 2/19/2020
Status: Closed

Base: masterHead: reply-to-all-not-to-oneself


📝 Commits (5)

📊 Changes

2 files changed (+21 additions, -8 deletions)

View changed files

📝 modules/core/message_functions.php (+8 -5)
📝 modules/imap/output_modules.php (+13 -3)

📄 Description

Pullrequest

Remove the REPLY-ALL link when the message comes from a single sender or when the TO and/or CC option has only one email address. By clicking on the REPLY-ALL button, the user's email must not appear in the list of recipients.

Issues

  • None

Checklist

  • None

How2Test

  • Configure a mail server
  • Open an inbox ( View a message )
  • Click on the REPLY-ALL link and the sender's email will no longer appear in the list of recipients.

Todo

  • None

🔄 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/cypht-org/cypht/pull/376 **Author:** [@adrienmaloba](https://github.com/adrienmaloba) **Created:** 2/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `reply-to-all-not-to-oneself` --- ### 📝 Commits (5) - [`7b4ea3f`](https://github.com/cypht-org/cypht/commit/7b4ea3f26ba5dc3473716255a710d3dca5dc29d6) Fix user reply to all - [`6608fe4`](https://github.com/cypht-org/cypht/commit/6608fe4ff64e4254e5cd349329135af6d53445bb) Update message_functions.php - [`ff8c814`](https://github.com/cypht-org/cypht/commit/ff8c81437641bb066f39687d209605f4580cc3d8) change indents - [`1020703`](https://github.com/cypht-org/cypht/commit/1020703974ee94d5190226cd6e290c09264388d1) Revert "change indents" - [`fd47d6a`](https://github.com/cypht-org/cypht/commit/fd47d6af3b08df1ba76c4fbbd62c4dc6fb93f11f) change indents ### 📊 Changes **2 files changed** (+21 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/message_functions.php` (+8 -5) 📝 `modules/imap/output_modules.php` (+13 -3) </details> ### 📄 Description ## Pullrequest <!-- Describe the Pullrequest. --> Remove the REPLY-ALL link when the message comes from a single sender or when the TO and/or CC option has only one email address. By clicking on the REPLY-ALL button, the user's email must not appear in the list of recipients. ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [X] None ### Checklist <!-- Anything important to be thought of when deploying? - [ ] Config Update - [ ] Breaking/critical change --> - [x] None ### How2Test <!-- Give a detailed description how to test your PR and confirm it is working as expected. --> - [ ] Configure a mail server - [ ] Open an inbox ( View a message ) - [ ] Click on the REPLY-ALL link and the sender's email will no longer appear in the list of recipients. ### Todo <!-- In case some parts are still missing, list them here. - [ ] Changelog --> - [X] None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:16 +03:00
Sign in to join this conversation.
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/cypht#797
No description provided.