Gnus development mailing list
 help / color / mirror / Atom feed
* Hide counter in subject
@ 1999-12-13  5:57 shigeki
  1999-12-13  9:43 ` Rene H. Larsen
  0 siblings, 1 reply; 3+ messages in thread
From: shigeki @ 1999-12-13  5:57 UTC (permalink / raw)



Hello all. 

Some Mailinglists add counter to subject but I'd like to hide them when
I get and read e-mails.

For example:

 Subject: [aaaa, 00001] Hide counter in subject  
 |
 +
 Subject: Hide counter in subject    <--- I like this format. ;-)

How do I describe format line in .gnus(.el) file to Hide counter ?

Thanks.
-- 
Shigeki Uno <shigeki@mediawars.ne.jp>



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

* Re: Hide counter in subject
  1999-12-13  5:57 Hide counter in subject shigeki
@ 1999-12-13  9:43 ` Rene H. Larsen
  1999-12-13 19:28   ` shigeki
  0 siblings, 1 reply; 3+ messages in thread
From: Rene H. Larsen @ 1999-12-13  9:43 UTC (permalink / raw)


shigeki@mediawars.ne.jp writes:

>  Subject: [aaaa, 00001] Hide counter in subject  
>  |
>  +
>  Subject: Hide counter in subject    <--- I like this format. ;-)

Have a look at the gnus-list-identifiers variable.  Its value can be
either a string containing a regexp or a list of strings.  Something
like this would work for your (hypothetical) example:

(setq gnus-list-identifiers "\\[aaaaa, [0-9]+\\]")

You might need to enable fuzzy subject simplification as well, to make
this work.  Also, if you do

(setq gnus-treat-strip-list-identifiers 'head)

the list identifier will be removed when displaying an article as well
as in the subject buffer.
-- 
Echelon bait:
FSF Waco, Texas SEAL Team 6 Project Monarch Mossad supercomputer
Panama CIA Saddam Hussein quiche Semtex Monica Lewinsky Cocaine
cracking Bosnia


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

* Re: Hide counter in subject
  1999-12-13  9:43 ` Rene H. Larsen
@ 1999-12-13 19:28   ` shigeki
  0 siblings, 0 replies; 3+ messages in thread
From: shigeki @ 1999-12-13 19:28 UTC (permalink / raw)
  Cc: ding

"Rene H. Larsen" <rhl@traceroute.dk> writes:

> (setq gnus-list-identifiers "\\[aaaaa, [0-9]+\\]")

I described following lines in ".gnus.el" file and it worked 
fine.

----------------------------------------------------------
(setq gnus-list-identifiers '("\\[Mew-dist [0-9]+\\]"
                              "\\[maiko-ml:[0-9]+\\]"
                              "\\[netbsd,[0-9]+\\]"
                              "\\[macparty-ml:[0-9]+\\]"
                              "\\[YB:[0-9]+\\]"))
----------------------------------------------------------

I appreciate your help. Thanks.

-- 
Shigeki Uno <shigeki@mediawars.ne.jp>


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

end of thread, other threads:[~1999-12-13 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-13  5:57 Hide counter in subject shigeki
1999-12-13  9:43 ` Rene H. Larsen
1999-12-13 19:28   ` shigeki

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).