1
0
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:
Koji Arai 2011-05-05 23:59:18 +09:00
parent dd1334b874
commit f3795f3df5

View File

@ -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;
}