help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Showing who it was sent to in gnus summary buffer


From: Emanuel Berg
Subject: Re: Showing who it was sent to in gnus summary buffer
Date: Thu, 04 Feb 2016 02:32:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Sharon Kimble <boudiccas@skimble.plus.com> 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")

Or the default: "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n"

Docstring of `gnus-summary-line-format':

    The format specification of the lines in the
    summary buffer.

    [...]

    %F          Contents of the From: header (string)
    %f          Contents of the From: or To: headers (string)

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]