On 06Dec13 13:57 +0100, Suvayu Ali wrote: > On Thu, Dec 05, 2013 at 08:21:00PM -0500, Patrick Shanahan wrote: > > * Kirill Tkhai <tk...@yandex.ru> [12-05-13 20:05]: > > > I want to have a posibility to see inbox and sent messages together in > > > one thread. Is this possible without copying content of Sent folder to > > > Inbox? > > > > Leave the "sent" msgs in the inbox > > > > or insteadof "saving" outgoing post, copy them to the "Sent" directory and > > the original will remain in your inbox. > > > > If you do not want a copy of the "Sent" mail in your inbox, I believe you > > are outtaluck.
mutt alone cannot deal with this, afaik. Mairix can help out here. It supports a search modus for e.g. the message-id of a mail. This normally returns a single mail, but adding the --threads switch also returns all mails of the thread this mail is related to. I am using Maildir (no imap, mbox, etc) In this case mairix works pretty efficient, as the search result is presented in a temporary % Maildir containing links to the real Mailfiles. The creation of this folder can be initiated from within mutt (with a look&feel like it is a mutt command). If interested in mairix and its integration into mutt, I could provide my config, which I copied from the net somewhere.