nmh-workers
[Top] [All Lists]

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

2012-11-24 05:52:23
Hi,

This isn't the latest nmh but may still be an issue.  Consider...

    $ folder
    test1+ has 2000 messages  (1-2000).
    $ cd `mhpath`
    $ ls | tr 0-9 d | sortuniq-c
          9 d
         90 dd
        900 ddd
       1001 dddd
    $ rmm all
    rmm: more than 998 messages for rmmproc exec
    $ echo $?
    1
    $ folder
    test1+ has 2000 messages  (1-2000).
    $ ls | tr 0-9 d | sortuniq-c
          9 d
         90 dd
        900 ddd
       1001 dddd
    $ g rmm ~/.mh_profile
    rmmproc: rmmproc
    $

It impacts refile too, resulting in a copy, which is how I initially
came across it.

    $ folder +test1
    test1+ has 2000 messages  (1-2000).
    $ refile +test2 all
    Create folder "/home/ralph/mail/test2"? yes
    refile: more than 998 messages for rmmproc exec
    $ folder +test1
    test1+ has 2000 messages  (1-2000).
    $ folder +test2
    test2+ has 2000 messages  (1-2000).
    $

Cheers, Ralph.

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>