Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
871102cf
Unverified
Commit
871102cf
authored
Nov 20, 2020
by
Christoph Wurst
Committed by
GitHub
Nov 20, 2020
Browse files
Options
Downloads
Plain Diff
Merge pull request #4105 from nextcloud/enhancement/admin-threads-export-gzip
Recommend gzip compression for exported threads data
parents
be46b37a
cf73589f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/admin.md
+2
-2
2 additions, 2 deletions
doc/admin.md
with
2 additions
and
2 deletions
doc/admin.md
+
2
−
2
View file @
871102cf
...
...
@@ -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
```
1
2345
represents the
[
account ID
](
#get-account-ids
)
.
1
393
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 1
2345
>
/tmp/nextcloud-mail-threads-1
2345
.json
php
-f
occ mail:account:export-threads 1
393 |
gzip
-c
>
/tmp/nextcloud-mail-threads-1
393
.json
.gz
```
### Gmail
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment