single msg presort inc (slocal) bug

[email protected]
Newsgroups gmane.mail.exmh.user
Message-ID <[email protected]>
I have exmh 2.7.2, nmh-1.1-RC4, and incStyle presort set.
When I inc a single msg, about 90-95% of the time the folder
icon in the folder display does *not* get marked "unseen".

I tracked down a workaround: ignore the flistcache in 
FlistFindSeqsInner.

Setting *fcacheUnseenCount to 0 doesn't help, fwiw.

(Am I really the only one still using incStyle presort?)

steve 
- - - 
systems & network manager
high energy physics
university of wisconsin

*** flist.tcl.orig	2005-10-20 14:18:50.000000000 -0500
--- flist.tcl	2005-10-23 06:49:26.000000000 -0500
***************
*** 310,324 ****
          foreach seq [Mh_Sequences $folder] {
              if {[lsearch $seqwin(nevershow) $seq] < 0} {
                  set seqlist [MhGetSeqCache $folder $seq]
!                 if {![info exist flistcache($folder,$seq)] ||
!                     [string compare $seqlist $flistcache($folder,$seq)]} {
! 
!                   # Cache added 2/11/03
!                   # Sequence is different than last time we checked
! 
!                   set flistcache($folder,$seq) $seqlist
!                   BgRPC Seq_Set $folder $seq $seqlist
!                 }
              }
  	}
      }
--- 310,327 ----
          foreach seq [Mh_Sequences $folder] {
              if {[lsearch $seqwin(nevershow) $seq] < 0} {
                  set seqlist [MhGetSeqCache $folder $seq]
!                 #if {![info exist flistcache($folder,$seq)] ||
!                 #    [string compare $seqlist $flistcache($folder,$seq)]} {
!                 #
!                 #  # Cache added 2/11/03
!                 #  # Sequence is different than last time we checked
!                 #
!                 #  #set flistcache($folder,$seq) $seqlist
!                 #  #BgRPC Seq_Set $folder $seq $seqlist
!                 #}
!                 Exmh_Debug "FlistFindSeqsInner: SRDEBUG: ignoring flistcache for $folder $seq"
!                 set flistcache($folder,$seq) $seqlist
!                 BgRPC Seq_Set $folder $seq $seqlist
              }
  	}
      }

_______________________________________________
Exmh-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/exmh-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.