mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Aligned
This commit is contained in:
parent
3ad604c3f8
commit
d9a06ff4d8
2 changed files with 3 additions and 1 deletions
1
FAQ.md
1
FAQ.md
|
@ -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.
|
||||
|
|
|
@ -230,7 +230,8 @@ public class FragmentRule extends FragmentBase {
|
|||
"$$lowpriority$",
|
||||
"$$highpriority$",
|
||||
"$$signed$",
|
||||
"$$encrypted$"
|
||||
"$$encrypted$",
|
||||
"$$aligned$"
|
||||
));
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue