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

Implemented issue 6 from eMBee list - "reply to all (G) should exclude the sender" #380

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

tradzik
Copy link

@tradzik tradzik commented Jan 14, 2015

@eMBee
Copy link
Contributor

eMBee commented Jan 18, 2015

as it is, this removes the "all" entry completely, if the to address is in AccountManager.is_account?

what you should be doing is, check every address with in the fields in "all" and only remove the address that is being used as From. so that i do not send mail to myself.

further, if i have multiple email addresses, i want to optionally exclude all my addresses. this should be separate from "all" but be a new choice "not mine" or "all except me", this should then check every field again and remove any addresses that match AccountManager.is_account?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants