Skip to content

Fix list menu label alignment.

Kevin J. McCarthy requested to merge kevin/listmenu-spacing-cleanup into master

Use mutt_strwidth() to find the maximum label length.

Use mutt_FormatString() and mutt_format_s() to align the label.

Merge request reports