Hi Mohan, The count reflect the number of "unread" messages. The same is done for example in googlemail.
Bye Norman 2009/10/31, mohan chinnappan <[email protected]>: > Dear Norman, > > Today I checked the build with Linux (ubuntu), the build had no issues. > > I found a bug. The *Sent* messages count does not reflect correct number of > messages in the sent folder. > > I have attached the screenshot for this. > > -- > Regards, > Mohan > > On Thu, Oct 29, 2009 at 1:54 PM, Norman Maurer <[email protected]> wrote: > >> Sure.. Contributions are always welcome :) >> >> Bye, >> Norman >> >> >> 2009/10/29 mohan chinnappan <[email protected]>: >> > Dear Norman, >> > >> > Thanks for the quick reply. >> > >> > Yes, I use Windows ( I will check this on my Linux box later). The >> command >> > that I used: clean package. >> > >> > You are correct. I also think it is Windows-specific problem. We need >> > to >> > use OS independent path separators. >> > >> > Do you want me look and fix this problem? Please let me know. >> > >> > With Best Regards, >> > Mohan >> > >> > On Thu, Oct 29, 2009 at 1:46 PM, Norman Maurer <[email protected]> >> wrote: >> >> >> >> Hi Mohan, >> >> >> >> the project compiles without a problem here. >> >> >> >> What mvn command did you run ? Using "mvn clean package" works without >> >> problems here (I'm on a mac so maybe its related to windows). >> >> >> >> Thx, >> >> Norman >> >> >> >> Ps: I send the message to server-dev too, because thats the >> >> mailinglist used for hupa. >> >> >> >> 2009/10/29 mohan chinnappan <[email protected]>: >> >> > Dear Norman Maurer, >> >> > >> >> > Greetings! >> >> > >> >> > I just checked Hupa code from SVN and when I complied today with >> >> > Maven >> >> > build, I get the following error: >> >> > >> >> > ------- >> >> > ... >> >> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> >> > at >> >> > >> >> > >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> >> > at >> >> > >> >> > >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> >> > at java.lang.reflect.Method.invoke(Method.java:597) >> >> > at >> >> > >> >> > >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) >> >> > at >> >> > >> >> > >> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) >> >> > java.io.FileNotFoundException: >> >> > C:\Users\mohan\workspace\hupa\server\war\WEB-INF\classes\mime%5c3.msg >> >> > (The >> >> > system cannot find the file specified) >> >> > at java.io.FileInputStream.open(Native Method) >> >> > .... >> >> > >> >> > -- >> >> > Here is the list of msg files under my eclipse's workspace: >> >> > >> >> > mo...@mohan-pc ~/workspace/hupa >> >> > $ find . -name *msg -print >> >> > ./client/war/WEB-INF/classes/mime/0.msg >> >> > ./client/war/WEB-INF/classes/mime/1.msg >> >> > ./client/war/WEB-INF/classes/mime/2.msg >> >> > ./client/war/WEB-INF/classes/mime/3.msg >> >> > ./client/war/WEB-INF/classes/mime/4.msg >> >> > ./client/war/WEB-INF/classes/mime/5.msg >> >> > ./client/war/WEB-INF/classes/mime/6.msg >> >> > ./client/war/WEB-INF/classes/mime/7.msg >> >> > ./server/src/main/resources/mime/0.msg >> >> > ./server/src/main/resources/mime/1.msg >> >> > ./server/src/main/resources/mime/2.msg >> >> > ./server/src/main/resources/mime/3.msg >> >> > ./server/src/main/resources/mime/4.msg >> >> > ./server/src/main/resources/mime/5.msg >> >> > ./server/src/main/resources/mime/6.msg >> >> > ./server/src/main/resources/mime/7.msg >> >> > ./server/war/WEB-INF/classes/mime/0.msg >> >> > ./server/war/WEB-INF/classes/mime/1.msg >> >> > ./server/war/WEB-INF/classes/mime/2.msg >> >> > ./server/war/WEB-INF/classes/mime/3.msg >> >> > ./server/war/WEB-INF/classes/mime/4.msg >> >> > ./server/war/WEB-INF/classes/mime/5.msg >> >> > ./server/war/WEB-INF/classes/mime/6.msg >> >> > ./server/war/WEB-INF/classes/mime/7.msg >> >> > >> >> > Looks like mime file path is mangled. Any input is appreciated. >> >> > >> >> > Also, I like to contribute to Hupa development, please let me know >> how. >> >> > >> >> > >> >> > Regards, >> >> > Mohan >> >> > >> > >> > >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
