mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 15:11:52 -05:00
Search same sender from searchable folders instead of the unified inbox
This commit is contained in:
parent
dd1334b874
commit
f3795f3df5
@ -1633,7 +1633,7 @@ public class MessageList
|
|||||||
}
|
}
|
||||||
case R.id.same_sender: {
|
case R.id.same_sender: {
|
||||||
MessageList.actionHandle(MessageList.this,
|
MessageList.actionHandle(MessageList.this,
|
||||||
"From " + holder.sender, holder.senderAddress, true,
|
"From " + holder.sender, holder.senderAddress, false,
|
||||||
null, null);
|
null, null);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user