mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -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: {
|
||||
MessageList.actionHandle(MessageList.this,
|
||||
"From " + holder.sender, holder.senderAddress, true,
|
||||
"From " + holder.sender, holder.senderAddress, false,
|
||||
null, null);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user