Skip to content

Commit

Permalink
docs(readme): exclude "[Gmail]/All Mail" from sync
Browse files Browse the repository at this point in the history
Refs: [#16]
  • Loading branch information
soywod committed Dec 19, 2024
1 parent c3bee4f commit cc5f521
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ You can also manually edit your own configuration, from scratch:

```toml
[accounts.gmail]
# this is important in order not to sync twice your account
folder.filters.exclude = ["[Gmail]/All Mail"]

left.backend.type = "maildir"
left.backend.root-dir = "~/.Mail/gmail"

Expand Down Expand Up @@ -250,6 +253,9 @@ You can also manually edit your own configuration, from scratch:

```toml
[accounts.gmail]
# this is important in order not to sync twice your account
folder.filters.exclude = ["[Gmail]/All Mail"]

left.backend.type = "maildir"
left.backend.root-dir = "~/.Mail/gmail"

Expand Down

0 comments on commit cc5f521

Please sign in to comment.