1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00
This commit is contained in:
M66B 2023-03-14 09:08:38 +01:00
parent 3ad604c3f8
commit d9a06ff4d8
2 changed files with 3 additions and 1 deletions

1
FAQ.md
View file

@ -2718,6 +2718,7 @@ $$lowpriority$ (since version 1.1958)
$$highpriority$ (since version 1.1958)
$$signed$ (since version 1.1981)
$$encrypted$ (since version 1.1981)
$$aligned$ (since version 1.2049)
```
Note that *regex* should be disabled and that there should be no white space.

View file

@ -230,7 +230,8 @@ public class FragmentRule extends FragmentBase {
"$$lowpriority$",
"$$highpriority$",
"$$signed$",
"$$encrypted$"
"$$encrypted$",
"$$aligned$"
));
@Override