You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No recipients have been added/removed from the To or CC fields,
The default behavior is not Reply All; we don't want to nag on the normal workflow.
There's more than one recipient in To and CC combined.
Testing Notes
Ensure that the warning appears just before sending only if the Reply All recipients are in the To and CC fields, with no additions or removals.
Tips
I've started this already in the branch codemouse92/replyallwarn, but I'm running into a roadblock trying to get the message being replied to so I can call participantsReplyAll on it again. Insight appreciated, @bengotow!
Could you try to get the original message by searching in the thread identified by this._draft.threadId for the message where originalMessage.headerMessageId === this._draft.replyToHeaderMessageId?
That's what I was thinking. I'll have to try that later. I was going cross-eyed trying to find the function for locating the thread or message. Do you know where that is?
Objective
Warn on Reply All if...
Testing Notes
Ensure that the warning appears just before sending only if the Reply All recipients are in the To and CC fields, with no additions or removals.
Tips
I've started this already in the branch
codemouse92/replyallwarn
, but I'm running into a roadblock trying to get the message being replied to so I can callparticipantsReplyAll
on it again. Insight appreciated, @bengotow!References
https://community.getmailspring.com/t/reply-all-popups-before-replying-to-multiple-people/912
The text was updated successfully, but these errors were encountered: