Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should be off by default | Address the controversial part in read rec… #1181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shadow243
Copy link
Member

I turned off this feature((was: Cypht: MDN | DSN Missing in compose)) as a default setting as asked in 2024-05: #687

@marclaporte
Copy link
Member

Once merged to master, please backport to 2.x

@marclaporte marclaporte added the blocker Needs to be addressed before we can release the next version label Sep 8, 2024
@@ -407,6 +408,7 @@ public function process() {
$this->out('compose_draft', $draft);
}
$this->out('smtp_compose_type', $compose_type);
$this->out('user_settings', $settings);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of passing the whole user_settings you can just pass enable_compose_delivery_receipt_setting

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on it now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@josaphatim done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Needs to be addressed before we can release the next version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants