![]() |
2009-11-26
, 19:36
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#81
|
![]() |
2009-11-26
, 19:48
|
Posts: 10 |
Thanked: 1 time |
Joined on Oct 2009
@ iTaly
|
#82
|
![]() |
2009-11-26
, 19:58
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#83
|
MFE team to implement more reasonable sync periods (2 months, 3 month and 6 months)
![]() |
2009-11-26
, 20:03
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#84
|
Hi Vitaly_repin
And about this BUG? https://bugs.maemo.org/show_bug.cgi?id=3762
What is the solution at the moment?
The Following User Says Thank You to vitaly_repin For This Useful Post: | ||
![]() |
2009-11-26
, 20:13
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#85
|
errr would it be too much to ask, to see your folders that include the emails???? and then the emails inside the folders...
Is it not this the reason, we use exchange?
You can call it a minor bug if you want, I take it you do not use exchange?
![]() |
2009-11-26
, 20:14
|
Posts: 10 |
Thanked: 1 time |
Joined on Oct 2009
@ iTaly
|
#86
|
Better to ask Sergio (author of this comment: https://bugs.maemo.org/show_bug.cgi?id=3762#c15) about the status.
I will try to ping him tomorrow.
![]() |
2009-11-26
, 20:22
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#87
|
Um. Which part of 'community development' doesn't make sense? How's anyone supposed to get even slightly involved if you won't even tell people what you're working on?
This is not a marketing issue.
The Following 9 Users Say Thank You to vitaly_repin For This Useful Post: | ||
![]() |
2009-11-26
, 20:40
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#88
|
But there is one project which is very close to this target:
http://en.wikipedia.org/wiki/TeX
The number of digits after the dot sign in its version number is equal to the number of bugs found during its lifetime.
So, the fun starts:
$ tex --version
TeX 3.1415926
Count it yourself :-)
The Following 3 Users Say Thank You to ossipena For This Useful Post: | ||
![]() |
2009-11-26
, 20:58
|
|
Posts: 44 |
Thanked: 50 times |
Joined on Nov 2009
|
#89
|
Better to ask Sergio (author of this comment: https://bugs.maemo.org/show_bug.cgi?id=3762#c15) about the status.
I will try to ping him tomorrow.
I'll try to clarify things a little bit. Basically Modest becomes very slow and
it even seems to hang because the code that performs the sorting is the same
code that shows the contents in the screen. As these two things cannot be done
at the same time, if sorting takes too much time, then showing the application
or attending user requests will be delayed.
The technical explanation is that the list of headers is like this:
(GtkTreeSortable (GtkTreeModelFilter (TnyHeaderListModel)))
We need filtering to remove deleted but not expunged headers among some other
reasons, and sorting, well it's obvious. Thing is that the sorting and
filtering happen inside gtk+. Being single-threaded code, gtk+ either sorts or
attend events or draw widgets, but it cannot do everything at the same time.
Now the good news. We're working in an optimization for the
TnyHeaderListModel that will expose to the upper levels only a small subset of
messages to drastically reduce sorting and filtering times. Stay tuned.
.....
I already explained the reasons of that CPU consumption. In the case high IO
consumption it's because saving a summary file (which could be very big with
huge inboxes) is a terribly slow operation in a flash storage. That's why we
also reduced the amounts of writes.
But could you help us to identify the problem? This is the only way to fix it. Could you file a bug here: https://bugs.maemo.org/ Put me in cc. i will communicate with you personally.
If you don't have time to file a bug - do you have time for short chat in IRC/skype/gtalk/whatever? I really want to understand what is the root cause for your problem. In order to do this, I need to get more detailed report from you than plain "subfolders do not work".
Again, sorry for the issues you are facing.
The Following 4 Users Say Thank You to johnnyrockets911 For This Useful Post: | ||
![]() |
2009-11-26
, 23:08
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#90
|
![]() |
Tags |
activesync, certificate, email, exchange, fremantle, ignore tex14, maemo 5, mail for exchange, mfe, n900, provisioning, sync, thanks vitaly! |
|