mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Basic keyword management
This commit is contained in:
@@ -445,4 +445,9 @@ public class Helper {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
static String sanitizeKeyword(String keyword) {
|
||||
// ()}%*"\]
|
||||
return keyword.replaceAll("[^A-Za-z0-9]", "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user