mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Strip Re/Fwd/Aw etc from titles of thread view
This commit is contained in:
parent
eacc5e2ffe
commit
e2d347f0a3
@ -2882,6 +2882,7 @@ public class MessageListFragment extends SherlockFragment implements OnItemClick
|
||||
if (mIsThreadDisplay) {
|
||||
cursor.moveToFirst();
|
||||
mTitle = cursor.getString(SUBJECT_COLUMN);
|
||||
mTitle = Utility.stripSubject(mTitle);
|
||||
if (StringUtils.isNullOrEmpty(mTitle)) {
|
||||
mTitle = getString(R.string.general_no_subject);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user