Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: User-Agent X-Mailer headers in normal article view
       [not found] ` <plop873c0vv6xl.fsf@gnu-rox.org>
       [not found]   ` <87vfdqfun5.fsf@heresy.ainola.jyu.fi>
@ 2004-10-08 11:37   ` Lars Tobias Børsting
       [not found]     ` <plop87wty0f3qn.fsf@gnu-rox.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Tobias Børsting @ 2004-10-08 11:37 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> (setq gnus-user-agent-alist
>       '(
>         ("Mutt\\|Gnus\\|tin\\|ELM\\|Emacs\\|slrn\\|Xnews"
>          gnus-header-name-face  gnus-user-agent-good-face)
>
>         ("pine\\|CrossPoint\\|Eudora\\|Internet Mail Service
>           \\|Microsoft\\|Mozilla\\|Novell GroupWise\\|Pegasus\\|WinVN"
>          gnus-header-name-face gnus-user-agent-bad-face)
>
>         ("MT-NewsWatcher\\|Gravity\\|MesNews
>           \\|Forte Agent\\|MacSOUP/2.5\\|MacSOUP/F-2.4.4
>           \\|Forte Free Agent" 
>          gnus-header-name-face gnus-user-agent-unknown-face)))

I was just wondering; why do you think Mozilla and Pine belongs in the
gnus-header-bad-face category? Personally I haven't had any problems
with Mozilla yet, except for the possibility to make HTML-mail. Come to
think of it, maybe that's your reason. But how about Pine?

And I guess the VM-mailer belongs in the good-face category, right.

-- 
Lars Tobias Børsting


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: User-Agent X-Mailer headers in normal article view
       [not found]     ` <plop87wty0f3qn.fsf@gnu-rox.org>
@ 2004-10-11  1:30       ` Lars Tobias Børsting
       [not found]         ` <87d5zp3kt3.fsf@guti.no-ip.org>
  2004-10-11 20:00         ` Xavier Maillard
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Tobias Børsting @ 2004-10-11  1:30 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

>> And I guess the VM-mailer belongs in the good-face category,
>> right.
>
> Yes, I can. I would be please to see your settings (so I can copy
> them).

Here is my user-agent-(good|bad|unknown)-faces-list:

(setq gnus-user-agent-alist
      '(
        ("Mutt\\|Gnus\\|tin\\|ELM\\|Emacs\\|slrn\\|Xnews\\|VM\\|pine\\|Mozilla"
	 gnus-header-name-face  gnus-user-agent-good-face)

        ("CrossPoint\\|Eudora\\|Internet Mail Service\\|Microsoft\\|Novell GroupWise\\|Pegasus\\|WinVN" gnus-header-name-face gnus-user-agent-bad-face)
        ("MT-NewsWatcher\\|Gravity\\|MesNews\\|Forte Agent\\|MacSOUP/2.5\\|MacSOUP/F-2.4.4\\|Forte Free Agent" gnus-header-name-face gnus-user-agent-unknown-face)))

*sorry about the long lines*

Was it only these settings you wanted to see? If you want to see the
entire .gnus.el-file, just say the word, but I doubt you'll find
anything particularly new...

Regards,

-- 
Lars Tobias Børsting


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: User-Agent X-Mailer headers in normal article view
       [not found]         ` <87d5zp3kt3.fsf@guti.no-ip.org>
@ 2004-10-11 18:01           ` Lars Tobias Børsting
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Tobias Børsting @ 2004-10-11 18:01 UTC (permalink / raw)


Cristian Gutierrez <crgutier@dcc.uchile.cl> writes:

> Lars Tobias Børsting wrote:
>>
>> ("CrossPoint\\|Eudora\\|Internet Mail Service\\|Microsoft\\|Novell
>> GroupWise\\|Pegasus\\|WinVN"
>>   gnus-header-name-face gnus-user-agent-bad-face)
>
> Sorry, but you missed "Incredimail". Although IMO it deserves its own
> `gnus-user-agent-UTTER-CRAP-face' or something alike ;-)

Hehe, thanks for the tip, I have yet to experience one of those. Looking
forward to a good laugh! :-)

-- 
Lars Tobias Børsting


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: User-Agent X-Mailer headers in normal article view
  2004-10-11  1:30       ` Lars Tobias Børsting
       [not found]         ` <87d5zp3kt3.fsf@guti.no-ip.org>
@ 2004-10-11 20:00         ` Xavier Maillard
  1 sibling, 0 replies; 5+ messages in thread
From: Xavier Maillard @ 2004-10-11 20:00 UTC (permalink / raw)


On 11 oct 2004, Lars Tobias Børsting wrote:

> Xavier Maillard <zedek@gnu-rox.org> writes:
> 
> > > And I guess the VM-mailer belongs in the good-face
> > > category, right.
> > 
> > Yes, I can. I would be please to see your settings (so I can
> > copy them).
> 
> Here is my user-agent-(good|bad|unknown)-faces-list:
> 
> (setq gnus-user-agent-alist
> '(
> ("Mutt\\|Gnus\\|tin\\|ELM\\|Emacs\\|slrn\\|Xnews\\|VM\\|pine\\|Mozilla"
> 	 gnus-header-name-face  gnus-user-agent-good-face)
> 
> ("CrossPoint\\|Eudora\\|Internet Mail
> Service\\|Microsoft\\|Novell GroupWise\\|Pegasus\\|WinVN"
> gnus-header-name-face gnus-user-agent-bad-face)
> ("MT-NewsWatcher\\|Gravity\\|MesNews\\|Forte
> Agent\\|MacSOUP/2.5\\|MacSOUP/F-2.4.4\\|Forte Free Agent"
> gnus-header-name-face gnus-user-agent-unknown-face)))
> 
> *sorry about the long lines*

No problem.
 
> Was it only these settings you wanted to see? If you want to

Yup thank you.

> see the entire .gnus.el-file, just say the word, but I doubt
> you'll find anything particularly new...

No I do not need your entire gnus file :/
-- 
  "GNU is my religion"

.O.  Xavier Maillard 
..O   Reims - France 
OOO  +33 6 68 04 64 37 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: User-Agent X-Mailer headers in normal article view
       [not found]   ` <87vfdqfun5.fsf@heresy.ainola.jyu.fi>
@ 2004-10-06  6:18     ` Xavier Maillard
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Maillard @ 2004-10-06  6:18 UTC (permalink / raw)


On  4 oct 2004, Juhapekka Tolvanen wrote:

> Xavier Maillard <zedek@gnu-rox.org> writes:
> 
> > People have already answered to your question but may I
> > suggest you to add something "neat" to show you colored
> > headers according to what the mailer was ?
> > 
> > If so, try this:
> > 
> > ;;;_* Gnus User Agent Highlighting (following an idea from
> > ;;;... Mutt ;))
> > ;; See http://www.xs4all.nl/~matto/mutt-themes/muttrcs/guckes.muttrc
> > ;;;_ + Face definitions
> 
> Really nice! Would you please enhance it so, that it does

Thank you.

> something like these mutt-settings I use:

 [ ... long mutt configuration snippet ...]

What is the point here ? Having different colors per header ?
Different colors per X-Mailer ?

If the former, Gnus just does this if the later, it should be
doable quite easily.

<mode=ads>
You can give a try to color-theme to have nice theme for you
Emacs and some modes.
</mode>

Regards.
-- 
Xavier MAILLARD (GnuPG: 1024D/1E028EA5)
EmacsOS user (http://emacsfr.org)
APRIL (http://www.april.org)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-10-11 20:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8jffz51w318.fsf@alpakka.stud.ntnu.no>
     [not found] ` <plop873c0vv6xl.fsf@gnu-rox.org>
     [not found]   ` <87vfdqfun5.fsf@heresy.ainola.jyu.fi>
2004-10-06  6:18     ` User-Agent X-Mailer headers in normal article view Xavier Maillard
2004-10-08 11:37   ` Lars Tobias Børsting
     [not found]     ` <plop87wty0f3qn.fsf@gnu-rox.org>
2004-10-11  1:30       ` Lars Tobias Børsting
     [not found]         ` <87d5zp3kt3.fsf@guti.no-ip.org>
2004-10-11 18:01           ` Lars Tobias Børsting
2004-10-11 20:00         ` Xavier Maillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).