mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02: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