nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] rmmproc Not Used for Lots of Messages; refile Copies.


From: Mike O'Dell
Subject: Re: [Nmh-workers] rmmproc Not Used for Lots of Messages; refile Copies.
Date: Sun, 25 Nov 2012 21:47:38 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

when Junk gets too full, i have a shell script named "expunge"

#! /bin/sh

cd `mhpath +$1`
pwd
find . -print -delete

modify to taste

    -mo

   
On 11/25/12 7:15 PM, Jeffrey Honig wrote:
On Sun, Nov 25, 2012 at 7:04 PM, Ken Hornstein <address@hidden> wrote:
>> I'm personally willing to write code to make it so if rmmproc exceeds
>> MAXARGS it will run rmmproc multiple times.
>
>Or bail out and let the user do that manually?  Is this something
>that people do often?  Personally, if I tried to rmm a large number
>of messages, it would be a mistake.

Personally, bailing out seems wrong; I don't think the designers considered
the MAXARGS limit as a feature, but probably thought "no one would ever be
crazy enough to want to delete 1000 messages at once".  Yet here we are :-)
 
I've run into that issue many times over the years, so this isn't anything new.  I just worked around it by deleting messages in groups of 1000 or less.

Thanks

Jeff

-- 
Jeffrey C. Honig <address@hidden>
http://www.honig.net/jch
GnuPG ID:14E29E13 <http://www.honig.net/jch/key.shtml>



_______________________________________________
Nmh-workers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/nmh-workers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]