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

Feature request: Allow to exclude some accounts from being tagged as "Me" in conversations #1078

Closed
garfae opened this issue Apr 28, 2016 · 3 comments

Comments

@garfae
Copy link

garfae commented Apr 28, 2016

This is useful in any situation where shared accounts are accessed by multiple users.
In that case, the account is added in TB but should not be flagged as "Me".

Dirty fix: Never flag as "Me" anything that is in the address book.
Less dirty fix: Add a checkbox option to only tag as "Me" the identities of the account where the email is stored.
Perfect fix: Add an option to input comma-separated email addresses which are NOT to be tagged as "Me".

@protz
Copy link
Collaborator

protz commented Apr 30, 2016

We already display Me (foo@bar.com) to disambiguate, so the scenario you describe would add extra complexity. Furthermore, it seems like a minor tweak that caters to a specific audience, and not worth a general option.

@protz protz closed this as completed Apr 30, 2016
@garfae
Copy link
Author

garfae commented May 2, 2016

We do not see how NOT displaying something would add extra complexity?...

If you do not want to implement trivial options that would cater to the needs of what you consider a small part of your userbase, then at least please add an option to disable the "Me" feature entirely?

Thanks for the awesome module anyway!

@protz
Copy link
Collaborator

protz commented May 2, 2016

Well, it's an extra option that I won't test. For every option you add,
it's one more combination that you add; for n options, you have at least 2ⁿ
possible combinations. I would have to add user interface in the options
pane, add code here and there to handle your option... this would
complexify the code just for your own benefit, since you're the only person
who ever asked for that particular feature, out of 100,000 users and 5
years of existence. So, I don't think this is the right tradeoff. I can't
implement every option that users request!

On Mon, May 2, 2016 at 1:34 AM, garfae notifications@github.com wrote:

We do not see how NOT displaying something would add extra complexity?...

If you do not want to implement trivial options that would cater to the
needs of what you consider a small part of your userbase, then at least
please add an option to disable the "Me" feature entirely?

Thanks for the awesome module anyway!


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#1078 (comment)

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

No branches or pull requests

2 participants