Bug 2702

Summary: Support splitting subject line for small screen layout
Product: Claws Mail (GTK 2) Reporter: ben_deering
Component: UI/Message ListAssignee: users
Status: NEW ---    
Severity: enhancement CC: colin
Priority: P3    
Version: 3.9.0   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
patch against 3.9.0
none
small screen layout without patch
none
small screen layout with two_line_vertical patch
none
recreated patch none

Description ben_deering 2012-07-17 01:25:39 UTC
When using claws mail on my openmoko freerunner (or openphoenux) I need to use the small-screen layout.  Allowing splitting the subject field to two lines in the message list would make the sensitive area where a message can be clicked bigger and allow more of the subject to be seen.  This is available for the 3 column layout using the two_line_vertical preference.
Comment 1 ben_deering 2013-02-22 03:42:48 UTC
Created attachment 1234 [details]
patch against 3.9.0

patch against 3.9.0 to improve small screen layout when two_line_vertical is set in prefs
Comment 2 ben_deering 2013-02-22 03:50:28 UTC
Created attachment 1235 [details]
small screen layout without patch
Comment 3 ben_deering 2013-02-22 03:51:23 UTC
Created attachment 1236 [details]
small screen layout with two_line_vertical patch
Comment 4 Colin Leroy 2013-02-22 09:26:39 UTC
Hi,

Thanks for the patch !

I'd like to apply it, but patch says patch is malformed :) Can you redo it ? (using 'cvs diff -u src/summaryview.c > bug_2702.patch' or something similar)

Thanks!
Comment 5 ben_deering 2013-02-22 12:17:51 UTC
Created attachment 1237 [details]
recreated patch

.  I tested applying to stable_3.9, I have not tested applying it to trunk.
Comment 6 users 2013-02-22 12:24: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/

2013-02-22 [colin]	3.9.0cvs100

	* AUTHORS
	* src/gtk/authors.h
	* src/summaryview.c
		Fix bug #2702, "Support splitting subject line for small screen
		layout". Patch by Ben Deering.