nbedford
|
2012-08-01
, 19:13
|
Posts: 228 |
Thanked: 137 times |
Joined on Jan 2012
@ UK
|
#21
|
|
2012-08-01
, 19:54
|
Posts: 118 |
Thanked: 14 times |
Joined on Dec 2009
@ Copenhagen, Denmark
|
#22
|
|
2012-08-02
, 12:49
|
Posts: 33 |
Thanked: 11 times |
Joined on Aug 2012
|
#23
|
|
2012-08-02
, 13:41
|
Posts: 359 |
Thanked: 322 times |
Joined on Jun 2010
|
#24
|
|
2012-08-02
, 13:46
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#25
|
|
2012-08-09
, 17:22
|
Posts: 8 |
Thanked: 8 times |
Joined on Jun 2010
@ United States
|
#26
|
Hi,
Well, in the Wallpaper and Feed screen, I get the mail notification. Anyhow, when I enter the mail app, each of my emails accounts say "up-to-date" and no "blue circle" with the new emails number is there.
devel-su <enter root password> cat <<EOF >/etc/apt/sources.list.d/harmattan-dev.list deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free deb-src http://harmattan-dev.nokia.com/ harmattan/sdk free deb http://harmattan-dev.nokia.com/ harmattan/41667a5bd857be02f487c2ce806fbf85 nokia-binaries EOF apt-get update
apt-get install sqlite3
sqlite3 /home/user/.qmf/database/qmailstore.db "UPDATE mailmessages SET status=18497 WHERE status=18496"
The Following 2 Users Say Thank You to Shinto For This Useful Post: | ||
|
2012-08-09
, 19:45
|
Posts: 359 |
Thanked: 322 times |
Joined on Jun 2010
|
#27
|
|
2012-08-16
, 16:57
|
Posts: 8 |
Thanked: 8 times |
Joined on Jun 2010
@ United States
|
#28
|
/usr/bin/sqlite3 /home/user/.qmf/database/qmailstore.db
CREATE TRIGGER message_status_kluge INSERT ON mailmessages BEGIN UPDATE mailmessages SET status=18497 WHERE status=18496; END;
sqlite> .quit
The Following 3 Users Say Thank You to Shinto For This Useful Post: | ||
|
2012-08-16
, 18:23
|
Posts: 33 |
Thanked: 11 times |
Joined on Aug 2012
|
#29
|
|
2012-08-16
, 19:25
|
Posts: 8 |
Thanked: 8 times |
Joined on Jun 2010
@ United States
|
#30
|
~ #
~ $