Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix postponed sorting assertion failure
The Postponed Dialog doesn't support sorting. We use a MailboxView to hold the Mailbox and number the Emails. The MailboxView tries to sort the Emails and fails. The assertion check isn't necessary. --- Steps to reproduce: Create a mailbox 'p.mbox' with some emails in it. test.rc set postponed = p.mbox set sort = threads set use_threads = threads Run: ./neomutt -n -F test.rc -p
- Loading branch information