pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
683 stars 163 forks source link

fix fold and unfold commands #1568

Closed paretje closed 3 years ago

paretje commented 3 years ago

Explicitly expand or collapse every message, like we do in ThreadBuffer.unfold_matching instead of only expanding or collapsing the matching messages.

Closes #1496