Conversation

Christian Brauner 🦊🐺

Is there a way to tell Mutt or Neomutt to sort lore messages by patch series? Right now you might receive a patch series but they don't appear ordered by numbering in the subject. Is that fixable cleanly without using subject sorting? Maybe @monsieuricon knows?

1
0
0

@brauner @monsieuricon This works for me:

set sort = 'threads'
set strict_threads='yes'
set sort_browser='reverse-date'
set sort_aux = 'reverse-last-date-received'
0
0
2