rougier / mu4e-thread-folding

Functions for folding threads in mu4e headers view
GNU General Public License v3.0
136 stars 12 forks source link

Fix not toggling thread on first line #18

Closed whame closed 3 years ago

whame commented 3 years ago

A simple loop condition makes sure that we also check the first line. This fixes #13.

rougier commented 3 years ago

Simple and elegant, thanks!