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

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