diff options
Diffstat (limited to 'apaperless.yaml')
-rw-r--r-- | apaperless.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apaperless.yaml b/apaperless.yaml index ed74742..bbc9bec 100644 --- a/apaperless.yaml +++ b/apaperless.yaml @@ -2,7 +2,8 @@ defaultLanguage: deu+eng suggestedTags: - contents: - createdAt - - '[0-9]{2}\.[0-9]{2}\.[0-9]{4}' + - - ${d}([0-9]{2})\.${m}([0-9]{2})\.${y}([0-9]{4}) + - ${y}-${m}-${d} tag: SuggestTagByRE - contents: correspondent tag: SuggestTagByTags |