Gnus development mailing list
 help / color / mirror / Atom feed
From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
Cc: ding@gnus.org
Subject: Re: Infinitely growing Mail/Incoming???
Date: 19 Feb 2000 11:04:21 +0000	[thread overview]
Message-ID: <f5bd7ptihca.fsf@cogsci.ed.ac.uk> (raw)
In-Reply-To: dave-mlist@bfnet.com's message of "18 Feb 2000 11:52:00 -0500"

Being paranoid, I like to keep things around a while to protect
against accidents.  Accordingly, I run the following as a 'cron' job
every night:

#!/usr/local/bin/bash
# clean my mail reading temporaries
cd /home/ht/Mail
echo -n 'Before: '
du -s .
find . -name 'Incoming*' -mtime +10 -exec rm {} \;
echo -n 'After: '
du -s .

-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/



      parent reply	other threads:[~2000-02-19 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-18 16:52 dave-mlist
2000-02-18 21:44 ` Kai Großjohann
2000-02-19 11:04 ` Henry S. Thompson [this message]

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=f5bd7ptihca.fsf@cogsci.ed.ac.uk \
    --to=ht@cogsci.ed.ac.uk \
    --cc=ding@gnus.org \
    /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).