Turn off threading in .muttrc.

This commit is contained in:
2025-02-28 22:22:19 +13:00
parent a1c2bcafac
commit f5fae9ef1c

View File

@ -30,7 +30,7 @@ set move=no
set imap_keepalive=900 set imap_keepalive=900
set postponed="=INBOX.Drafts" set postponed="=INBOX.Drafts"
set record="=INBOX.Sent" set record="=INBOX.Sent"
set sort=threads set sort=date-received
unset imap_passive unset imap_passive
macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message"