diff options
Diffstat (limited to 'app/Settings.hs')
-rw-r--r-- | app/Settings.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Settings.hs b/app/Settings.hs index f4c5811..08b40bb 100644 --- a/app/Settings.hs +++ b/app/Settings.hs @@ -45,6 +45,8 @@ instance Monoid Settings where -- -- - date formats that spell out the month name, ie. `1 Januar 1970` or `1 Jan 1970` -- - perform minor corrections on OCR, ie. parse `0 1.01.1970` + -- + -- @topic suggested-tags SuggestTagByRE "createdAt" [R.re|[0-9]{2}\.[0-9]{2}\.[0-9]{4}|], SuggestTagByTags "correspondent" ], |