Benchmark-Perl-Formance-Cargo

 view release on metacpan or  search on metacpan

share/SpamAssassin/easy_ham/01155.f0c05f9bee1162915522055b817f7a4f  view on Meta::CPAN

    <20020930185727.5ACA84A3@gray.impulse.net>
    <22745.1033456497@munnari.OZ.AU>
Comments: In-reply-to Robert Elz <kre@munnari.OZ.AU> message dated "Tue,
    01 Oct 2002 14:14:57 +0700."
To: exmh-workers@spamassassin.taint.org
Subject: Re: Working My_Mark2CurSeen
MIME-Version: 1.0
From: Hal DeVore <haldevore@acm.org>
X-Image-Url: http://www.geocities.com/hal_devore_ii/haleye48.gif
Content-Type: text/plain; charset=us-ascii
Message-Id: <16828.1033599653@dimebox.bmc.com>
X-Loop: exmh-workers@spamassassin.taint.org
Sender: exmh-workers-admin@spamassassin.taint.org
Errors-To: exmh-workers-admin@spamassassin.taint.org
X-Beenthere: exmh-workers@spamassassin.taint.org
X-Mailman-Version: 2.0.1
Precedence: bulk
List-Help: <mailto:exmh-workers-request@spamassassin.taint.org?subject=help>
List-Post: <mailto:exmh-workers@spamassassin.taint.org>
List-Subscribe: <https://listman.spamassassin.taint.org/mailman/listinfo/exmh-workers>,
    <mailto:exmh-workers-request@redhat.com?subject=subscribe>
List-Id: Discussion list for EXMH developers <exmh-workers.spamassassin.taint.org>
List-Unsubscribe: <https://listman.spamassassin.taint.org/mailman/listinfo/exmh-workers>,
    <mailto:exmh-workers-request@redhat.com?subject=unsubscribe>
List-Archive: <https://listman.spamassassin.taint.org/mailman/private/exmh-workers/>
Date: Wed, 02 Oct 2002 18:00:53 -0500


[I wrote this last night but it appears I never sent it... still 
haven't had time to dig in to it...]


>>>>> On Tue, 1 Oct 2002, "Robert" == Robert Elz wrote:

  Robert> No, but using PickMarkSeen (and pick(ids)) as an
  Robert> alternative to just doing

  Robert> Seq_Del $exmh(folder) $mhProfile(unseen-sequence) $results


Ah.  Neither Ted nor I were particularly up to date.  I pulled 
down the lates from CVS and am now running with it.  I miss the 
blue ftoc lines but I'll sort that out soon, iirc Chris said 
it's a simple resource change.

Ted's code to "ketchup" made use of some of the procs that went 
away in the sequence generalization.  I've fixed it up... almost 
and it looks like this now:

proc Cabeen_Mark2CurSeen {} {
    global exmh mhProfile msg
    set results {}
    Exmh_Status "Clearing unseen up to cur..." red
    Mh_SetCur $exmh(folder) $msg(id)
    set unseen [Mh_Sequence $exmh(folder) $mhProfile(unseen-sequence) ]
    foreach elem $unseen {
         if { $elem <= $msg(id) } {
            lappend results $elem
         }
    }
    busy Seq_Del $exmh(folder) $mhProfile(unseen-sequence) $results
    Exmh_Status ok blue
}


The "almost" is because it's not updating the highlighting on 
the ftoc.  I'm too tired to go figure out how to fix that just 
now and have to move on to other stuff.  If someone wants to 
forward me a clue feel free.

Now that I've got all of Chris' sequence stuff I discovered that 
my sequences are ... cluttered.

--Hal






_______________________________________________
Exmh-workers mailing list
Exmh-workers@redhat.com
https://listman.redhat.com/mailman/listinfo/exmh-workers




( run in 1.583 second using v1.01-cache-2.11-cpan-364913b4093 )