From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/652 Path: news.gmane.org!not-for-mail From: Daniel Sauve Newsgroups: gmane.emacs.gnus.user Subject: Expire set up. Date: Sun, 16 Jun 2002 16:18:32 GMT Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667599 7819 80.91.229.2 (31 Jan 2006 00:33:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:33:19 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:27:54 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!news.ems.psu.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.telusplanet.net!peer1-sjc1.usenetserver.com!usenetserver.com!news03.bloor.is.net.cable.rogers.com!news01.bloor.is.net.cable.rogers.com.POSTED!12dc6cf53ab2750!not-for-mail Original-Sender: kristling@COMP12 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Economic Science (Windows [1])) Original-NNTP-Posting-Host: 24.101.193.225 Original-X-Complaints-To: abuse@rogers.com Original-X-Trace: news01.bloor.is.net.cable.rogers.com 1024244312 24.101.193.225 (Sun, 16 Jun 2002 12:18:32 EDT) Original-NNTP-Posting-Date: Sun, 16 Jun 2002 12:18:32 EDT Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:792 Original-Lines: 57 X-Gnus-Article-Number: 792 Tue Jan 17 17:27:54 2006 Xref: news.gmane.org gmane.emacs.gnus.user:652 Archived-At: 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. (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.