Bug 2501

Summary: opened message blanks when moved to other folder
Product: Claws Mail (GTK 2) Reporter: thenadar
Component: UI/Message ViewAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement CC: thenadar
Priority: P3    
Version: 3.8.0   
Hardware: PC   
OS: Linux   

Description thenadar 2011-09-19 19:06:10 UTC
How to reproduce:
Double click on a message - a windows with it will pop up.
Now move the message from one folder to an other.
The message in the opened windows disappears as soon as the message is moved to another folder.
It doesn't display again when the message is moved back.

(For me this bug files under "unexpected behaviour".)
Comment 1 users 2012-02-02 17:13:34 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.claws-mail.org/tracker/

2012-02-02 [pawel]	3.8.0cvs21

	* src/folder.c
	* src/messageview.c
	* src/messageview.h
	* src/procmsg.h
		Fix bug #2501 'opened message blanks when moved to other folder'
		Detect message move and update message window contents 
		accordingly, if	message is moved to trash close window
Comment 2 users 2012-03-15 00:02:51 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.claws-mail.org/tracker/

2012-03-14 [pawel]	3.8.0cvs32

	* src/folder.c
	* src/messageview.c
	* src/messageview.h
	* src/procmsg.h
	* src/summaryview.c
	* src/textview.c
	* src/textview.h
		Better fix for bug #2501
		Instead of leaving blank window after message move or delete,
		update separate view to next message in message list or
		display info why view is blank. This was discussed
		in bug #2621 comments.