summaryrefslogtreecommitdiffstats
path: root/app/Settings.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-27 03:22:55 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-27 03:22:55 +0100
commit822fe0e054265ada35a0f9b4a7305fd97a477375 (patch)
treef3444d398ec63be31fda94e7625312f5475d1684 /app/Settings.hs
parent99d93cfa07c1d670f3e52a33a32fbe7e0be94318 (diff)
chore: add @topic to issues
Diffstat (limited to 'app/Settings.hs')
-rw-r--r--app/Settings.hs2
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"
],