greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.85k stars 470 forks source link

Path expansion with glob for maildir inboxes #1874

Closed lahwaacz closed 1 year ago

lahwaacz commented 1 year ago

I have about 20 inboxes in which a new mail can arrive. Can you add glob support so that I can have something like

[[block]]
block = "maildir"
inboxes = ["~/Maildir/account1/*"]

instead of having to list all individual boxes?

MaxVerevkin commented 1 year ago

It has been implemented in 064913c and is included since v0.30. Edit: I misunderstood the issue.

MaxVerevkin commented 1 year ago

Should be implemented in 73a26b7c