sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
900 stars 97 forks source link

Can't toggle unread label #487

Closed tsroten closed 8 years ago

tsroten commented 9 years ago

unread is one of sup's reserved labels. This makes sense in a lot of ways. However, from what I can tell it means that the before-add-message.rb hook can't mark a message as read. It also means that you can't remove the unread label from a selection of tagged messages.

Marking messages as unread via hooks and tags seems like a pretty common scenario. Is there another way to do this?

tsroten commented 9 years ago

Actually now that I look again, I think the before-add-message.rb hook is marking them as read. I still wonder about marking tagged messages as read, though.

gauteh commented 8 years ago

You can usually use 'N' to toggle the unread tag.

tsroten commented 8 years ago

Ah, yes! Thanks!