jonhoo / buzz

A simple system tray application for notifying about unseen e-mail
Apache License 2.0
138 stars 12 forks source link

Add support for multiple folders #24

Closed DanielVoogsgerd closed 10 months ago

DanielVoogsgerd commented 1 year ago

Extend the configuration to take a folders option. We currently combine the old folder option with the new folders and default to INBOX when there are no folders specified in either option. This way we don't break backwards compatibility.

I left a TODO for a deprecation warning. I suspect we want to do that at some point, but I'll leave it to @jonhoo when it would be the right time and way for that.

Fixes #8