On Feb 24, 2011 at 02:38 PM -0600, Puneet Kishor wrote:
I just sent an email about unified inbox. In the same vein, another
thing I miss is the "conversation" view of other mailers. In that, I see
not just incoming emails in a thread, but also the replies that I sent
out. That way a complete conversation makes sense, and I don't have to
flip between inbox and sent mail. Once again, it can be a virtual index,
in that the emails can (should) actually stay in their respective
folders, but just show up in a view, and be tagged with the name of the
folder in which they reside.
This I can help you with. You just need to change your fcc to the current
mailbox. I think the following command in your rc file will do it:
folder-hook =.* 'set record=^'
It sets the record to the current mail box ('set record=^') any time you
enter any folder ('folder-hook=.*'). If I have a problem with the above
command, maybe someone will correct me.
Tim