Hi, * Dhruva B. Reddy [02-07-16 00:17:11 +0200] wrote: > I spoke too soon--it works the same for me when I switch to the 'sent' > mailbox, but then I get the same behavior when I switch back to 'inbox', > i.e., it shows the 'To:' line.
Correct. You need two folder-hooks to do it. One for all folders (showing the From:) and for your sent-folder: folder-hook . 'set index_format="... %f ..."' folder-hook +sent 'set index_format="... %t ..."' ...or you just set up $alternates to match all your addresses so that you can just use: set index_format="... %F ..." bye, Rocco