Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Expire set up.
@ 2002-06-16 16:18 Daniel Sauve
  2002-06-16 17:35 ` Frank Haun
       [not found] ` <vafy9dfm66m.fsf@lucy.cs.uni-dortmund.de>
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Sauve @ 2002-06-16 16:18 UTC (permalink / raw)


I think I figured how to do most of what I wish.


---
;; ---Begin Group parameter section, now!
(setq gnus-parameters
        ;; if all groups are total-expire, by all messages not
        ;; unread,ticked or dormant are expired. Anything I give a low
        ;;enough score to be marked read  will be expired. Will this
        ;; set it for all groups? Did I miss the "proper (heh) way to
        ;; set all to total expire?
      '((".*\\..*"
	 (total-expire . t))
        
        ;; By setting expiry-wait, I can decide how long I have an
        ;; article around. IE, here I've set the "no where else to put
        ;; this" group misc.other to 3, so I have 3 days to decide how
        ;; I want to treat mail from that sender.
	("misc\\.other*"
         (expiry-wait . 3)
        ;; I freely admit: I'm trying the example summary-line-format
        ;; from the mannual just to see how it looks. <grin>
         (gnus-summary-line-format
          "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
	
        ;; This is so that I can obsesively keep e-mails from my GF,
        ;; family, and illuminatti contact. 
	("misc\\.personal\\..*"
        ;; Set expiry wait to never: Since there's an immediate option
        ;; as well, I figured that means "process this foo NOW" and
        ;; never means "don't touch this censored, or I'll sick ARM on
        ;; you".
        ;; Or something.
         (expiry-wait . never)
         (gnus-summary-line-format
          "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
        ;; show me ALL my goodies, gran'ma.
         (display . all))

        ;;; Why, yes, I do want my mailing lists to behave
        ("list\\..*"
        ;;;give me a week, I'll help take off the weight. Cause if I
        ;; haven't gone back to it in a week, I'm likely not gonna. 
        ;; Besides, all the sane groups I'm on keep archives.
         (expiry-wait . 7)
        ;; Sigh.... why do so many admins "break" their lists?
         (broken-reply-to . t))

        ;; Slashdot daily mailers, Dailly Illuminators, words of the
        ;; day.... all daily thngs, archived elsewhere, that if I
        ;; don't read that, lose part of the point.
        ("announce\\..*"
         (expiry-wait . 1)
;; --- End elisp
--
daniel
the delerious one, yo.


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

* Re: Expire set up.
  2002-06-16 16:18 Expire set up Daniel Sauve
@ 2002-06-16 17:35 ` Frank Haun
       [not found] ` <vafy9dfm66m.fsf@lucy.cs.uni-dortmund.de>
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Haun @ 2002-06-16 17:35 UTC (permalink / raw)


Daniel Sauve <ahsdreamwalker@rogers.com> writes:

> I think I figured how to do most of what I wish.
> 
> 
> (setq gnus-parameters
>         ;; if all groups are total-expire, by all messages not
>         ;; unread,ticked or dormant are expired. Anything I give a low
>         ;;enough score to be marked read  will be expired. Will this
>         ;; set it for all groups? Did I miss the "proper (heh) way to
>         ;; set all to total expire?
>       '((".*\\..*"
> 	 (total-expire . t))

_*Really sure*_, you want this for _*all*_ groups? BTW, ".*" is enough
to match all groups.

>         ;; By setting expiry-wait, I can decide how long I have an
>         ;; article around. IE, here I've set the "no where else to put
>         ;; this" group misc.other to 3, so I have 3 days to decide how
>         ;; I want to treat mail from that sender.
> 	("misc\\.other*"
>          (expiry-wait . 3)
>         ;; I freely admit: I'm trying the example summary-line-format
>         ;; from the mannual just to see how it looks. <grin>
>          (gnus-summary-line-format
>           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
                                                  ^
                                                  |
Missing parenthesis (1x). -----------------------/

[...]

>         ("announce\\..*"
>          (expiry-wait . 1)
                            ^
                            |
Missing parenthesis (3x).--/

I'm not sure, but does Gnus/5.0808 know `gnus-parameters'?

Frank
-- 
  line-move: End of buffer [42 times]


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

* Re: Expire set up.
       [not found]         ` <yleldqmfw3.fsf@windlord.stanford.edu>
@ 2002-07-26 19:47           ` Glyn Millington
  0 siblings, 0 replies; 3+ messages in thread
From: Glyn Millington @ 2002-07-26 19:47 UTC (permalink / raw)


Russ Allbery <rra@stanford.edu> writes:

> Clay Haapala <chaapala@cisco.com> writes:
>
>> That reminds me .. how does one mark a large number of mails to 'E'?
>> I'm using a recent Oort gnus.
>
> Process-mark all of the messages using one of the many process mark
> commands and then do M-& E.  M-& means apply the following mark command to
> all process-marked messages.


I know it wasn't me who asked but this is JUST what I needed - many
thanks ;-)


Glyn


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

end of thread, other threads:[~2002-07-26 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-16 16:18 Expire set up Daniel Sauve
2002-06-16 17:35 ` Frank Haun
     [not found] ` <vafy9dfm66m.fsf@lucy.cs.uni-dortmund.de>
     [not found]   ` <ptyqa831.fsf@rogers.com>
     [not found]     ` <vafhek2b132.fsf@lucy.cs.uni-dortmund.de>
     [not found]       ` <yqujit32mgvb.fsf@chaapala-lnx2.cisco.com>
     [not found]         ` <yleldqmfw3.fsf@windlord.stanford.edu>
2002-07-26 19:47           ` Glyn Millington

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