We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d35829 commit dee3a1dCopy full SHA for dee3a1d
docs/core/man/include/doveadm-fs.inc
@@ -139,6 +139,20 @@ size (in bytes) of the item is returned.
139
140
<!-- @include: ./reporting-bugs.inc -->
141
142
+## EXAMPLE
143
+
144
+How to decompress a file.
145
146
+```sh
147
+doveadm -o fs=compress,posix -o fs/compress/fs_driver=compress -o fs/posix/fs_driver=posix -o fs_posix_prefix=/tmp/ fs get "" test.gz
148
+```
149
150
+Using a named filter.
151
152
153
+doveadm mail fs -u testuser get obox path/to/file
154
155
156
## SEE ALSO
157
158
[[man,doveadm]]
0 commit comments