External Editor
Yamb
Web iPhoto Access
 29 membres
Utilisateurs en ligne
( personne )
147760 visiteurs
24 visiteurs en ligne
|
Sujet n°8 |
This folder is being processed...
par Toby - visiteur
le 16/09/2005 @ 22:25 |
 |
Hi,
I always get the error message "This folder is being processed. Please wait until processing is complete to get messages." using Yamb.
It has been on Tb 1.0.x and it still is the same on 1.5b1.
Does anyone have the same problems?
The interval of fetching mail is the same than it has been before. Does it make a difference if I use SSL?
Toby
|
 |
Réponse n°21 |
par Globs - ( 33 messages )
le 19/10/2005 @ 00:57 |
 |
Hi,
here is a 0.6.5 debug version.
I corrected the timing: many times, it missed the check because of a few missing milliseconds, so that the actual check time was twice what you expected. Now, it seems to be perfect.
to get the debug messages, you need to
- add a preference in your pref.js file:
user_pref("browser.dom.window.dump.enabled", true);
- launch Thunderbird from a terminal with console option:
thunderbird -console
Messages are output into the launching terminal. (This works on Unix and MacOS, I don't know if it's ok with Windows) (as I don't know which OS you're on).
|
 |

Réponse n°22 |
par - visiteur
le 19/10/2005 @ 10:01 |
 |
I'm using Windows XP.
It works and I'll try to find the reason, but I guess it will take a while...
Another option at least for all, who don't need the poll time in seconds would be an option to just use the usual poll of thunderbird. This way you'd still get the popup notify but would not have these troubles. This should work, shouldn't it?
|
 |


Réponse n°24 |
par Toby - visiteur
le 19/10/2005 @ 21:22 |
 |
I don't quite understand. You mean in case the user already set the poll time in seconds skipping the yamb polls would result in a 60 times longer poll time?
How is the change usually done? If it's at the start of tb the user would have to restart tb to change the setting. This would not be to bad because you wouldn't change this too often. Or just drop a warning and the user would have to change the settings manually.
Worst case would be two separate extension: one with the possibility to set the time in seconds, one just using the normal poll.
Or did I misunderstand what you said? |
 |

Réponse n°25 |
par Globs - ( 35 messages )
le 19/10/2005 @ 22:45 |
 |
What I mean is: in the account window, the biff time unit is displayed at the right of the input field. It normally displays the word 'minutes'. So my extension changes it to 'seconds' at the startup. In fact, the change is applied by a static overlay of the MMI, not from the javascript code. And I did not find the way to change it from the code, so no way to update it or even to modify it at startup only if the preference is set.
So, I would be able to deactivate the check in seconds, but the account box would still display 'seconds'. Which I find really annoying . The only solution now would be 2 different extensions. Worst case, as you said, and I don't feel like handling these 2 separate extensions.
|
 |

Réponse n°26 |
par Globs - ( 36 messages )
le 20/10/2005 @ 09:41 |
 |
I found the solution during the night .
You'll probably get the option soon...
|
 |

Réponse n°27 |
par Toby - visiteur
le 20/10/2005 @ 09:54 |
 |
Awesome! How did you find it? |
 |

Réponse n°28 |
par Toby - visiteur
le 20/10/2005 @ 10:56 |
 |
If you believe it or not: on my system I can stop the polling by deleting a message by pressing del.
I know it sounds weird, but I really tried it at least 30 times.
This way it was kind of correlated to the rss-account. There where many messages to be deleted...
But still I think the discussed option would be really great.
|
 |


|
|