Gnus development mailing list
 help / color / mirror / Atom feed
From: nospam2159@daimi.au.dk (Peter von der Ahé)
Subject: Re: lots of Incoming* files in Mail directory
Date: 20 Apr 1999 11:29:16 +0200	[thread overview]
Message-ID: <yc0k8v7r66r.fsf@ufleku.daimi.au.dk> (raw)
In-Reply-To: Matt Pharr's message of "19 Apr 1999 22:35:46 -0700"

>>>>> "Laura" == lconrad <lconrad@world.std.com> writes:

 Laura> I just noticed that I have a lot of files with names like
 Laura> Incomingh12627 in my ~/Mail directory.

Consider using something like this:

  find ~/Mail \
    -type d \! -name Mail -prune \
    -o -name Incoming\* -mtime +14 -print | xargs rm -f

in your .bash_logout or .logout.

If you think that the this find command could be simpler, note that I
do not have access to find with the -maxdepth option on all machines I
log on.

Kind Regards
Peter


  reply	other threads:[~1999-04-20  9:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3yajose1f.fsf@serpent.laymusic.>
1999-04-20  4:27 ` Stephen Zander
1999-04-20  5:35   ` Matt Pharr
1999-04-20  9:29     ` Peter von der Ahé [this message]
1999-04-20 14:57   ` Justin Sheehy
1999-04-23  1:53     ` Stephen Zander
1999-04-24  1:11       ` Stainless Steel Rat
1999-04-20 15:40   ` Michael Welsh Duggan
1999-04-30 11:58   ` David Mentré
1999-04-30 12:07     ` Lee Willis
1999-04-19 17:42 lconrad

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=yc0k8v7r66r.fsf@ufleku.daimi.au.dk \
    --to=nospam2159@daimi.au.dk \
    /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).