Add configurable mount query

This commit is contained in:
Jan Bader
2026-07-19 19:57:35 +02:00
parent 7edd1b8d7f
commit 9b5a9899b8
4 changed files with 66 additions and 15 deletions
+1
View File
@@ -17,6 +17,7 @@ type config struct {
User string
DocspellURL string
MountPath string
MountQuery string
ArchiveDirectory string
ImportDirectories []string
}