Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: Ham messages not being moved anymore
Date: Wed, 30 Apr 2003 11:46:40 -0400	[thread overview]
Message-ID: <4ny91sasyn.fsf@lockgroove.bwh.harvard.edu> (raw)
In-Reply-To: <uel3kl62u.fsf@axis.com> (Niklas Morberg's message of "Wed, 30 Apr 2003 10:53:13 +0200")

On Wed, 30 Apr 2003, niklas.morberg@axis.com wrote:
> The first thing that got me was that messages are no longer
> marked as read just by viewing them. This is good and just
> something that I needed to learn.

I'm not sure what you mean, messages should get the read-mark when
they are viewed.  This is exactly what should happen, so they are
considered ham and moved out of the spam group.

> The second thing was that I had configured the parameter 
> 
>  (ham-marks
>   (gnus-read-mark))
> 
> for my spam group. When removing this configuration, read
> messages (explicitly marked as read by pressing `d' in the
> summary buffer) were moved properly.
> 
> With this configuration, read messages are not moved. Am I
> using the ham-marks parameter in the wrong way?

Not wrong, just not what you want.  The default ham marks:

   :variable-default '((".*" ((gnus-del-mark 
			       gnus-read-mark
			       gnus-killed-mark 
			       gnus-kill-file-mark
			       gnus-low-score-mark))))

should cover everyone (though I'm not sure about the kill-file and
low-score marks, I think they're better as ham marks than spam marks).

The mark definitions in gnus-sum.el say:

(defcustom gnus-del-mark ?r
  "*Mark used for del'd articles."
  :group 'gnus-summary-marks
  :type 'character)

(defcustom gnus-read-mark ?R
  "*Mark used for read articles."
  :group 'gnus-summary-marks
  :type 'character)

What you call "explicitly marking messages read" is considered a
delete operation internally in Gnus, thus the del-mark.  I think the
word "delete" was avoided in user interactions so users don't get the
impression they are expiring the article or removing it through the
backend (B Del).

Thanks
Ted



  reply	other threads:[~2003-04-30 15:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-29  7:58 Niklas Morberg
2003-04-29 18:29 ` Ted Zlatanov
2003-04-30  8:53   ` Niklas Morberg
2003-04-30 15:46     ` Ted Zlatanov [this message]
2003-05-06 13:18       ` [PATCH] spam.el docstring fix (was: Ham messages not being moved anymore) Niklas Morberg
2003-05-08 13:35         ` [PATCH] spam.el docstring fix Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ny91sasyn.fsf@lockgroove.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).