info-gnus-english
[Top][All Lists]
Advanced

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

Re: summary buffer format for archives


From: Richard G Riley
Subject: Re: summary buffer format for archives
Date: Sat, 22 Mar 2008 12:35:39 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

asjo@koldfront.dk (Adam Sjøgren) writes:

> On Sat, 22 Mar 2008 03:15:14 +0100, Richard wrote:
>
>> 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.
>
> Another possibility is to set gnus-ignored-from-addresses to something
> that matches your own addresses:
>
> ,----[ C-h v gnus-ignored-from-addresses RET ]
> | `gnus-ignored-from-addresses' is a variable declared in Lisp.
> |   -- loaded from "gnus-sum"
> | 
> | Value: "\\(asjo\\|adam\\)@\\(koldfront.dk\\|asjo.org\\)"
> | 
> | Documentation:
> | *From headers that may be suppressed in favor of To headers.
> | This can be a regexp or a list of regexps.
> `----
>
> (This functionality perhaps also accounts for the description of %f that
> was confusing to you?)
>
>
>   Best regards,

It did indeed! Thanks.

And combining the two It's much better as the default summary line is
good to go then:

,----
| (setq
|   gnus-parameters
|   '(("^\\(nnimap\\|nnfolder\\|nnml\\)"
|     (gnus-ignored-from-addresses ".*riley.*"))))
`----

This I still see my own name in threads in nntp groups but the "to" in
the archived folders - perfect!

Many thanks to you and Tassilo.




reply via email to

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