Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 871102cf authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4105 from nextcloud/enhancement/admin-threads-export-gzip

Recommend gzip compression for exported threads data
parents be46b37a cf73589f
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ If you encounter an issue with threading, e.g. messages that are supposed to gro
php -f occ mail:account:export-threads 1393
```
12345 represents the [account ID](#get-account-ids).
1393 represents the [account ID](#get-account-ids).
The output will look similar to this:
......@@ -165,7 +165,7 @@ The output will look similar to this:
It's recommended practice to pipe the export into a file, which you can later share with the Mail app community and developers:
```bash
php -f occ mail:account:export-threads 12345 > /tmp/nextcloud-mail-threads-12345.json
php -f occ mail:account:export-threads 1393 | gzip -c > /tmp/nextcloud-mail-threads-1393.json.gz
```
### Gmail
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment