info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mark mail/news sent by myself as read?


From: Sven Joachim
Subject: Re: Mark mail/news sent by myself as read?
Date: Mon, 03 Mar 2008 16:52:51 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.91 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]