Skip to content

Commit

Permalink
fix folder.filters typo in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 19, 2024
1 parent 83720ab commit 92fa58d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ default = true

# Synchronize folders according to the given rules
#
# folder.filter.include = ["INBOX", "Sent"]
# folder.filter.exclude = ["All Mails"]
folder.filter = "all"
#folder.filters = "all"
#folder.filters.exclude = ["All Mails"]
folder.filters.include = ["INBOX"]

# Synchronize envelopes according to the given rules
#
# Only before and after date filters are available.
#
# envelope.filter.before = "1990-12-31T23:59:60Z"
# envelope.filter.after = "1990-12-31T23:59:60Z"
#envelope.filter.before = "1990-12-31T23:59:60Z"
#envelope.filter.after = "1990-12-31T23:59:60Z"

########################################
#### Left/right backend configuration ##
Expand Down

0 comments on commit 92fa58d

Please sign in to comment.