Exporting message to HTML shifts if new arrive #589
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you right-click and choose "Save Message as...", and then on the file location box if you sit and wait for a new message to come in, when you then hit save, the message that gets saved is not the one you originally clicked on, but one newer.
It seems the index offset in the list is what's grabbed and queued for export, not the message itself. That should be fixed, to ensure the message you want is actually the one you get.
Running on OSX 10.6.8
The message contents are grabbed before the save dialog is shown.
https://github.com/Bitmessage/PyBitmessage/blob/master/src/bitmessageqt/init.py#L2655
Huh, maybe I was mis-clicking; I'll give it another try and see if it was user error!
It is still an issue; when I right click a message and choose "Save as..." I get the proper subject auto-filled as the filename, but the body can be overwritten if more messages come in while the dialog is open. I wonder if the
message
variable get clobbered while the open dialog is open, so it writes the wrong message in the file?I can't reproduce this (OSX 10.11.2).