We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c89657 commit 73c0c9eCopy full SHA for 73c0c9e
docs/cli-parameters.md
@@ -37,3 +37,8 @@ Currently only `gmail` is supported.
37
| `--restore-missing` | | Restore missing message (The backup has not been run before, but the message no longer exists on the server.) |
38
| `--filter-date-from` | date or datetime | Filter message from date, e.g. "2023-01-01" or "2023-01-01 05:33:00" |
39
| `--filter-date-to` | date or datetime | Filter message from to, e.g. "2023-01-01" or "2023-01-01 05:33:00" |
40
+
41
+*deleted vs missing: The missing message meanłs that the message exists in the local storage,
42
+but no longer on the server, but the backup has not been run yet, so its status has not been deleted.
43
+The deleted message when the backup detected the deletion of the message
44
+on the server and marked it in the local storage.*
0 commit comments