Open
Description
I have a search view with parts = date,mailcount,authors,tags,subject,content
where the subject has no width value; but subject lines that are too long to fit in their entirety in the terminal are not displayed at all, which is surprising. Using the current version 0.3.7
(Here's the relevant part of the theme, with the normal/focus lines removed for brevity)
[search]
[[threadline]]
parts = date,mailcount,authors,tags,subject,content
[[[date]]]
width = 'fit',10,10
alignment = right
[[[mailcount]]]
width = 'fit', 5,5
[[[tags]]]
[[[authors]]]
width = 'fit',0,30
[[[subject]]]
[[[content]]]
width = 'weight',1