Mentions send an email, and there should be some way to choose whether to be emailed or not.
I checked the database, and it has column "email_mentions" per member, so let's see if it does what I think it will do.
If I now mention
@Plotinus , the mention should be displayed only on forum UI but not emailed,
but mentioning
@Mati256 should send the email.
Right?
I've been browsing through the source codes, but can't find anything which would even try to connect that database column with anything in visual UI present to users. Maybe that functionality isn't yet implemented? I mean, mentions aren't a part of SMF core, but an additional module we installed to test.
What do you people think, would mentions be a good feature or not? If not, we can just unistall the module, as an e-mail per mention might become spammy if you are not given an option to toggle off the mails. But, if you think mentions would be a good way to organize and personalize forum discussions, then I will invest some more time in fixing it. (Generally speaking, SMF source codes seem pleasant to read, I'd guess adding a simple checkbox in the account settings wouldn't be a big problem)