mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added clear spam rules
This commit is contained in:
@@ -728,8 +728,9 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
lbm.sendBroadcast(
|
||||
new Intent(ActivityView.ACTION_EDIT_RULES)
|
||||
.putExtra("account", folder.account)
|
||||
.putExtra("protocol", folder.accountProtocol)
|
||||
.putExtra("folder", folder.id)
|
||||
.putExtra("protocol", folder.accountProtocol));
|
||||
.putExtra("type", folder.type));
|
||||
}
|
||||
|
||||
private void onActionEditProperties() {
|
||||
|
||||
Reference in New Issue
Block a user