Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* ham-mark and expire mark
@ 2005-01-29 23:02 Vincent Bernat
  2005-02-08 19:15 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Bernat @ 2005-01-29 23:02 UTC (permalink / raw)


Hello !

On  group with auto expire  flag, read messages  are  not processed as
ham. I suppose this  is due to the  fact they are marked as  expirable
instead of  read. However,  I don't see   how to tell to  spam.el that
messages that have the expire mark should be marked as ham.
-- 
die_if_kernel("Kernel gets FloatingPenguinUnit disabled trap", regs);
	2.2.16 /usr/src/linux/arch/sparc/kernel/traps.c


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

* Re: ham-mark and expire mark
  2005-01-29 23:02 ham-mark and expire mark Vincent Bernat
@ 2005-02-08 19:15 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2005-02-08 19:15 UTC (permalink / raw)


On Sun, 30 Jan 2005, vincent.bernat@raysa.org wrote:

> On group with auto expire flag, read messages are not processed as
> ham. I suppose this is due to the fact they are marked as expirable
> instead of read. However, I don't see how to tell to spam.el that
> messages that have the expire mark should be marked as ham.

The options are:

   :parameter-type '(list :tag "Ham mark choices"
                          (set
                           (variable-item gnus-del-mark)
                           (variable-item gnus-read-mark)
                           (variable-item gnus-ticked-mark)
                           (variable-item gnus-killed-mark)
                           (variable-item gnus-kill-file-mark)
                           (variable-item gnus-low-score-mark)))

so I would need to add the expire mark gnus-expirable-mark to the
default set.  I'm not sure that's a good idea - I don't use
auto-expire a lot, so any suggestions are welcome.

You can just hit `d' on the messages you want processed as ham, that
will give them the gnus-del-mark.  Does that help or do you need a lot
of it to happen?

Ted


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

end of thread, other threads:[~2005-02-08 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-29 23:02 ham-mark and expire mark Vincent Bernat
2005-02-08 19:15 ` Ted Zlatanov

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