-
Notifications
You must be signed in to change notification settings - Fork 57
feat: show_deleted_indicator
#237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
when using RemoveMessageAndHeader or ActuallyRemoveMessage this happens: After sending 2 Messages (creating a new header), deleting both (successfully, deleting the header correctly too) and trying to send a new message, the app crashes with a Segmentation fault, tried to debug it with gdb a bit UPD: Screenshot made while using RemoveMessageAndHeader method |
im not entirely surprised RemoveMessageAndHeader breaks considering i only use it to cull messages from the top down, but a crash in |
Maybe it's just lack of my gdb skills, but thanks that you're going to look into that! Whenever you'll fix it, let me know. UPD: Also I think I messed up the README a bit |
okay, so you just need to do |
also for README you just forgot a | |
No description provided.