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

undo join_threads() #548

Open jessp01 opened 5 years ago

jessp01 commented 5 years ago

Hello all,

First of all, thank you for Sup. I love it:) This is somewhat embarrassing [though I suppose it could happen to anyone]: I thought I have last copied a certain string which I was then going to use in Sup but instead, I had copied a huge and quite different string and when pasting it, Sup had merged multiple threads into one huge thread. I'm guessing the chars in that string managed to induce the tagging of all these threads and then '#' was sent [as it was part of that aforementioned huge string], '#' being 'Force tagged threads to be joined into the same thread'.

Is there a way to undo this? I couldn't find an unjoin_threads() function...

Thanks in advance,