Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Kaempf <andreas@sccon.com>
Subject: expiration broken???
Date: 18 Dec 1996 09:28:30 -0500	[thread overview]
Message-ID: <ububslyep.fsf@sccon.com> (raw)


hi all...

i have been trying for quit a while to get the expiration process
working on my mail articles without avail and am wondering is it me or
is something broken...

what i want to do is expire articles that come in immediately and not
have them written to disk...  or if that is not possibel have them
expire at some time...

i have read the manual and have the following in my .gnus but it does
expire the articles in the summary buffer by putting an "E" next to it
but it does not get rid of them from the disk...

.gnus info:

;; GNUS definitions

(setq nnmail-delete-incoming t)
(setq nnmail-split-methods
	     '(("xemacs"  "^\\(To\\|Cc\\):.*xemacs*")
	       ("ntemacs"      "^\\(From\\|To\\|^CC\\):.*ntemacs-users")
	       ("fvwm"         "^\\(To\\|Cc\\):.*fvwm")
	       ("tvro"         "^\\(To\\|Cc\\):.*TVROSAT@")
	       ("TM"           "^\\(To\\|Cc\\):.*tm-en")
	       ("ding_gnus"    "^\\(To\\|Cc\\):.*ding@")
	       ("ding_bug"     "^\\(From\\|To\\|Cc\\):.*gnus-bug@")
	       ("susan"        "^From:.*sclark")
	       ("denise"        "^From:.*denise")		
	       ("andreas"      "^From:.*andreas")
	       ("lisa"         "^From:.*lkaempf")
	       ("Misc"         "")))

;; this does not work or even expire articles in the summary buffer
(setq gnus-total-expirable-newsgroups t)

;; then i tried this and it does not work
(setq gnus-total-expirable-newsgroups "TM\\|Misc\\|andreas")

;; this works in summary buffer by making everything expired
(setq gnus-auto-expirable-newsgroups "xemacs\\|ntemacs\\|fvwm\\|tvro\\|TM\\|ding_gnus\\|ding_bug\\|andreas\\|Misc")

;; this does not seem to work as articles are still being out in mail
;;directories 
(setq nnmail-expiry-wait-function
	(lambda (group)
	  (cond ((string= group "TM\\|Misc\\|andreas")
	          'immediate)
                (t
                 6))))

i also ran "C-c M-C-x" as suggested but i still leaves articles in dir
 
i am sure it is something i am doing....

any help would be appreciated...

andreas
-- 
   Steller Computer Consultants	 	Andreas Kaempf
	P.O. BOX 3873			 603-595-7461
     Nashua, NH 03062  USA	      andreas@sccon.com
.....................................................
Fragen Sie nicht, was Ihr Computer fuer Sie tun kann.
Fragen Sie, was Sie fuer Ihren Computer tun koennen.




             reply	other threads:[~1996-12-18 14:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-18 14:28 Andreas Kaempf [this message]
1996-12-18 23:06 ` Colin Rafferty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ububslyep.fsf@sccon.com \
    --to=andreas@sccon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).