[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Diff. automatic article washing dependent on whether in mail- or new
From: |
Reiner Steib |
Subject: |
Re: Diff. automatic article washing dependent on whether in mail- or newsgroup |
Date: |
Tue, 21 Sep 2004 17:44:25 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
On Tue, Sep 21 2004, Peter G. wrote:
> I'm having a bit of a problem (not being much knowledgeable in Lisp)
> about how to set Gnus op to use two sets of article washing - likely by
> using the gnus-select-article-hook - depending on whether I'm reading
> mail or news.
> In short I'd like Gnus to do one sort of automatic washing when I'm
> reading a newsgroup and another sort of (or none) washing when I'm
> reading my maildir groups.
,----[ (info "(gnus)Group Parameters") ]
| Group parameters can be set via the `gnus-parameters' variable too.
| [...] For example:
|
| (setq gnus-parameters
| '(("mail\\..*"
| (gnus-show-threads nil)
| (gnus-use-scoring nil)
| (gnus-summary-line-format
| "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
| (gcc-self . t)
| (display . all))
|
| ("^nnimap:\\(foo.bar\\)$"
| (to-group . "\\1"))
|
| ("mail\\.me"
| (gnus-use-scoring t))
|
| ("list\\..*"
| (total-expire . t)
| (broken-reply-to . t))))
`----
Just like `gnus-show-threads' above you may also use
`gnus-treat-fill-long-lines', `gnus-treat-hide-citation' and other
washing functions. "^nnml" or similar should cover all your mail
groups.
> I've googled around for a couple of days without finding anything that
> might help me.
When more people use "X-No-Archive: yes" like you do, you'll not find
anything in Google.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
- Re: Diff. automatic article washing dependent on whether in mail- or newsgroup,
Reiner Steib <=