On Thu, Mar 28, 2019 at 13:24:22 +0100, Max Görner wrote: > I am a very pleased Mutt user for several years now. However, I would love to > have a threading similar to GMail, showing send and received messages in the > same thread.
Well, GMail and Mutt threading is different. Mutt uses Message-Id and In-Reply-To headers. GMail guesses and does heuristics (personally, I find it far inferior). > I wonder whether one could just configure mutt such as to save all send > messages to Inbox again. Of course, that would clutter the inbox severely, but I do this with: set record = '=acct/INBOX' which saves outgoing messages to the account's INBOX. You can use `folder-hook` to reset the variable based on which account you're in. --Ben