Skip to content

Commit

Permalink
changed unseen in default config to false for better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Seeger committed Jul 1, 2019
1 parent 176be61 commit a441dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/mail2most.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Folders filters your mails only in specific email folders
Folders = ["some-email-folder", "some-other-email-folder"]
# Unseen lets you process unseen mails only
Unseen = true
Unseen = false
# From filters for defined from addresses
From = ["[email protected]"]
# To filters for defined to addresses
Expand Down

0 comments on commit a441dcf

Please sign in to comment.