<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #3035: Using soft-fill in index_format can cause blank



#3035: Using soft-fill in index_format can cause blank lines in the index for
large subjects

Changes (by dgc):

  * status:  closed => reopened
  * resolution:  fixed =>
  * milestone:  => 1.6

Comment:

 This fix indeed fixes some logic, but it also breaks the softfill
 functionality -- makes "%* " behave more or less like "%> " does.  A fix
 (attached, softfillfix.patch) restores one expression from previous code
 to bound mutt_wstr_trunc()'s truncation length to the current column +
 pad, instead of to the full buffer size.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3035#comment:2>