crabvk / bar-gmail

A Polybar module to show unread messages from Gmail
MIT License
90 stars 12 forks source link

Multiple mails #14

Closed lpinilla closed 4 years ago

lpinilla commented 4 years ago

Added support for multiple mails

crabvk commented 4 years ago

Sorry, but I don't think this feature is needed. If you have two gmail accounts, why don't you just run two polybar-gmail scripts? (from different directories)

lpinilla commented 4 years ago

Because, in my opinion, is much cleaner to have the script to manage different mails rather than myself.

crabvk commented 4 years ago

The script is not intended to manage different emails. It makes just one simple thing - shows unread messages from a gmail account.

lpinilla commented 4 years ago

That is why I forked it and upgraded it. So it can who unread messages but leaving the option of adding multiple mails with the same commands, not creating a new instance + folders/files for each other account.

crabvk commented 4 years ago

I understand. You needed to add multiple accounts your way and you made it. But I don't, and I don't think users need that either.

lpinilla commented 4 years ago

I was just trying to improve the program, enhancing it's features so it could give more options to the users with the least impact. If any users need such feature they can find it on my branch, I'll keep it.