Emanuel Berg writes: > Sharon Kimble writes: > >> How can I have every email that I've sent using >> 'gnus' be displayed in its >> 'nnfolder+archive:sent.2016' folder showing who it >> was sent *to* instead of the current =from= in the >> summary buffer please? > > Look for an %F in `gnus-summary-line-format' and > change it into %f. > > Try this: > > (setq gnus-summary-line-format "%*%U%3{%R%} %I%0{%f%} %1{%s%}\n") Thanks, this is what I tried - --8<---------------cut here---------------start------------->8--- gnus-summary-line-format "%U%R%z %(%&user-date; %-15,15f %B (%c) %s%)\n" ;; gnus-summary-line-format "%U%R%z %(%&user-date; %-15,15(%f%) %B (%c) %s%)\n" ;; gnus-summary-line-format "%*%U%3{%R%} %I%0{%f%} %1{%s%}\n" --8<---------------cut here---------------end--------------->8--- The first line is what I'm using now. The second line failed with showing every email in a mess on the screen, which was totally unusable or readable. The third line displayed everything except the dates which is what I'm needing. What I'm looking for is date, email name that the mail has been sent to, similar to what is showing in the summary of *Summary nnml:help-gnu-emacs*, except in my sent mail folders - one for each year that I've used gnu for [2014-2016]. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk Debian 8.3, fluxbox 1.3.7, emacs 24.5.3