Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv31643/src/gui

Modified Files:
        wxFolderView.cpp 
Log Message:
Only ask the user if he wants to 'mark all messages as read' when leaving an NNTP or 
News folder if there are actually some.

Index: wxFolderView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderView.cpp,v
retrieving revision 1.615
retrieving revision 1.616
diff -b -u -2 -r1.615 -r1.616
--- wxFolderView.cpp    8 Nov 2002 00:26:34 -0000       1.615
+++ wxFolderView.cpp    14 Nov 2002 14:15:05 -0000      1.616
@@ -3570,5 +3570,5 @@
       if ( m_MessagePreview )
       {
-         if ( GetHeadersCount() > 0 &&
+         if ( GetHeadersCount()-GetDeletedCount() > 0 &&
              (m_ASMailFolder->GetType() == MF_NNTP ||
               m_ASMailFolder->GetType() == MF_NEWS) )



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to