|
| From: | Richard G Riley |
| Subject: | Re: summary buffer format for archives |
| Date: | Sat, 22 Mar 2008 03:15:14 +0100 |
| User-agent: | Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
Richard G Riley <rileyrgdev@gmail.com> writes:
> How can I change the summary buffer format for only my archive groups?
> e.g I want to see the "to" address rather than the "from address" for
> all outgoing emails I have archived.
To answer my own question:
(setq
gnus-parameters
'(("^\\(nnimap\\|nnfolder\\|nnml\\)"
(gnus-summary-line-format "%-23,23~(form (gnus-extra-header 'To))@
%S\n"))))
I'm not sure I understand the manual when it says %f is the "from" or
the "to" field.
| [Prev in Thread] | Current Thread | [Next in Thread] |