TF-4236 Implement remove a label from an email when unselect in context menu Label as

This commit is contained in:
dab246
2026-01-09 09:34:04 +07:00
committed by Dat H. Pham
parent 36e573db23
commit 3ef66bbbda
11 changed files with 376 additions and 29 deletions
@@ -28,5 +28,6 @@ extension KeyWordIdentifierExtension on KeyWordIdentifier {
PatchObject generateUnsubscribeActionPath() => _boolPatch(true);
PatchObject generateLabelActionPath() => _boolPatch(true);
PatchObject generateLabelActionPath({bool remove = false}) =>
_boolPatch(remove ? null : true);
}