Bug 2526

Summary: When reading message in separate window, 'n' and 'p' keys do not work
Product: Claws Mail (GTK 2) Reporter: pb15394w92pksak4n3r
Component: UIAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.7.9   
Hardware: PC   
OS: Linux   

Description pb15394w92pksak4n3r 2011-10-21 01:38:30 UTC
'n' and 'p' keys ("next", "previous") work only in preview mode. When viewing a message in separate window, they do not work.
Comment 1 users 2011-10-31 22:47:35 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.colino.net/claws-mail/

2011-10-31 [pawel]	3.7.10cvs66

	* src/messageview.c
	* src/mimeview.c
	* src/mimeview.h
	* src/summaryview.c
		Fix bug #2526 'When reading message in separate window,
		n and p keys do not work'
		- fix key event handling in messageview
		- remove bindings for 'n' and 'p' keys in mimeview (next-part
		  and prev-part actions)
		- instead add 'z' key for prev-part, we have 'a' key 
		  for next-part already