nmh-workers
[Top][All Lists]
Advanced

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

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


From: Ralph Corderoy
Subject: [Nmh-workers] rmmproc Not Used for Lots of Messages; refile Copies.
Date: Sat, 24 Nov 2012 11:52:04 +0000

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.



reply via email to

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