Skip to content

fix: set correct Reply-To header for replies by akhilnarang [frappe] PR#25650

Bot Dokos requested to merge ft-pr-25650 into develop

From: https://github.com/frappe/frappe/pull/25650
Date: 2024-03-26 18:38:36+05:30

  • fix: miscellaneous cleanup
  • fix: set sender of communication as reply-to if its a reply



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25650

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25650

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports