Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: info-gnus-english@gnu.org
Subject: Re: Mark mail/news sent by myself as read?
Date: Mon, 03 Mar 2008 16:52:51 +0100	[thread overview]
Message-ID: <87skz7ls8c.fsf@gmx.de> (raw)
In-Reply-To: <mailman.8239.1204557935.18990.info-gnus-english@gnu.org>

On 2008-03-03 16:25 +0100, William Xu wrote:

> Sven Joachim <svenjoac@gmx.de> writes:
>> You can use the global score file for that.  In the group buffer, type
>> 'W e', then insert the following (replace name and address, of course):
>>
>> (("from"
>>   ("Your name <youraddress@your.isp>" -10000 nil e)))
>>
>> Type C-c C-c, and you're done.  From now on, Gnus will skip over your
>> own articles in all groups.
>>
>> See (Info "(gnus)Scoring") for all the g(l)ory details on scoring.
>
> Hm, it looks like i don't have that binding, and didn't find it in the
> info either.  My Gnus is "Gnus v5.11".  

Oh yes, that command is new in No Gnus, sorry.

> Which function does it invoke? 

It's gnus-score-edit-all-score, definition follows:

--8<---------------cut here---------------start------------->8---
(defun gnus-score-edit-all-score ()
  "Edit the all.SCORE file."
  (interactive)
  (find-file (gnus-score-file-name "all"))
  (gnus-score-mode)
  (setq gnus-score-edit-exit-function 'gnus-score-edit-done)
  (gnus-message
   4 (substitute-command-keys
      "\\<gnus-score-mode-map>\\[gnus-score-edit-exit] to save edits")))
--8<---------------cut here---------------end--------------->8---

Just a fancy way to edit ~/News/all.SCORE, it seems.

Cheers,
       Sven

  parent reply	other threads:[~2008-03-03 15:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.8199.1204517646.18990.info-gnus-english@gnu.org>
2008-03-03  7:16 ` Nicolas KOWALSKI
2008-03-03  8:00   ` William Xu
2008-03-03  8:16     ` Bastien
2008-03-03  8:14   ` Bastien
     [not found]   ` <mailman.8204.1204531241.18990.info-gnus-english@gnu.org>
2008-03-03  8:31     ` Nicolas KOWALSKI
2008-03-03  9:49       ` William Xu
     [not found]       ` <mailman.8216.1204537803.18990.info-gnus-english@gnu.org>
2008-03-03 10:54         ` Nicolas KOWALSKI
2008-03-03 15:33           ` William Xu
2008-03-03 11:41   ` Tassilo Horn
2008-03-03 15:31     ` William Xu
2008-03-03 22:11     ` Reiner Steib
2008-03-03 22:11       ` Reiner Steib
2008-03-04  8:54         ` Tassilo Horn
     [not found]   ` <mailman.8221.1204544486.18990.info-gnus-english@gnu.org>
2008-03-03 14:54     ` Nicolas KOWALSKI
2008-03-03 10:45 ` Sven Joachim
2008-03-03 15:25   ` William Xu
     [not found]   ` <mailman.8239.1204557935.18990.info-gnus-english@gnu.org>
2008-03-03 15:52     ` Sven Joachim [this message]
2008-03-04  2:25       ` William Xu
     [not found]       ` <mailman.8259.1204597567.18990.info-gnus-english@gnu.org>
2008-03-04  6:37         ` Sven Joachim
2008-03-03  4:13 William Xu

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=87skz7ls8c.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=info-gnus-english@gnu.org \
    /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).