|
2012-08-20
, 21:14
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#42
|
|
2012-08-20
, 23:12
|
Posts: 8 |
Thanked: 8 times |
Joined on Jun 2010
@ United States
|
#43
|
|
2012-08-21
, 06:04
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#44
|
Adam, is there any way I could see your terminal output? It could be a screenshot of the N9 itself (ScreenshotMee on the Ovi store is good for this) or a screenshot from your computer, if you're connecting that way. The contents of /etc/apt/sources.list.d/harmattan-dev.list might be helpful to see, too.
|
2012-08-21
, 17:37
|
Posts: 8 |
Thanked: 8 times |
Joined on Jun 2010
@ United States
|
#45
|
Today, it has worked well, for instance, but over the weekend, there were several times when it didn't work. I don't know the pattern of when it works and when it doesn't.
~ $ /usr/bin/sqlite3 /home/user/.qmf/database/qmailstore.db SQLite version 3.7.7 2011-06-23 19:49:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> UPDATE mailmessages SET status=19137 WHERE status IN (18496,18497); sqlite> .quit ~ $
The Following User Says Thank You to Shinto For This Useful Post: | ||
|
2012-08-21
, 20:59
|
Posts: 136 |
Thanked: 19 times |
Joined on Nov 2011
@ Hungary
|
#46
|
As far as I can tell, and from my experience, the trigger will always work, just not right away. If your new-mail notification goes off and you immediately open the e-mail application, you probably won't see the blue circles. If you wait a while, perhaps another e-mail update cycle or two, they'll probably be there.
I'm guessing this is due to the write-ahead-log DB checkpoints, and my attempts to force quicker updates (through PRAGMA wal_autocheckpoint) don't seem to stick. So without a true code fix, I'm afraid this may be as good as it gets.
Yes, by running an UPDATE command in sqlite3. This is what such an operation would look like:
Code:~ $ /usr/bin/sqlite3 /home/user/.qmf/database/qmailstore.db SQLite version 3.7.7 2011-06-23 19:49:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> UPDATE mailmessages SET status=19137 WHERE status IN (18496,18497); sqlite> .quit ~ $
|
2012-11-23
, 12:11
|
Posts: 10 |
Thanked: 3 times |
Joined on Nov 2012
|
#47
|
|
2013-01-07
, 22:49
|
Posts: 1 |
Thanked: 1 time |
Joined on Jan 2013
@ Poland
|
#48
|
The Following User Says Thank You to czajniczeq For This Useful Post: | ||
|
2013-10-02
, 12:40
|
Posts: 53 |
Thanked: 9 times |
Joined on Apr 2012
|
#49
|
|
2014-05-16
, 08:32
|
Posts: 19 |
Thanked: 6 times |
Joined on Dec 2012
|
#50
|
18496 or 2048 or even 51264
Hitting this thanks button will make you smile and feel good ----------------------------------------------------------------->