Comment 1 for bug 1634092

Revision history for this message
Kyle Nitzsche (knitzsche) wrote : Re: Text messages entry disappears from "Recent" when there are only outgoing messages

Hi N.

Only showing *received* texts in Today scope is the design.

You can see the line of code where this is applied right here:
http://bazaar.launchpad.net/~texts-scope-team/texts-scope/texts-scope-trunk/view/head:/src/query.cpp#L426

line 409 checks if the scope is aggregated by the particular keyword. Then, we loop through today's received text message events.

Cheers