Mutiny Community Version 4.7 Dev Notes - 2022-11-28 * small bug fix with message pointer * added '/combine' command which lets you combine two of your messages into one message * now tracking exactly which messages you've read and which you haven't. The whole message pointer system still works as before but in addition to that the system now keeps track of which messages you've read because sometimes your message pointer can bounce around and you might miss some without realizing it. * added command '/ur' to set the message pointer to the first unread message * added new index: '/index unread' to list messages that are unread * in message base mode when you list messages it lists starts of threads that are unread rather than just those that are >= your current message pointer * in the channels list the count of unread is based on this new system instead of the message pointer * added command '/mark' to mark messages as read or unread. This can be used in a lot of different ways, use '/mark' without any parameters for a usage description. Side note: the messages read with the '/read' command don't get flagged as read. This isn't a bug it's intentional. If you want to quickly mark everything as read just use '/mark all read' .