Thread
:
Desktop Command Execution Widget scripts
View Single Post
fry
2010-01-17 , 09:29
Posts: 6 | Thanked: 2 times | Joined on Dec 2009
#
36
Hi,
thanks for the great widget. Here is a small script to show the number of unread emails for my exchange 2003 account:
sqlite3 /home/user/.qmf/qmailstore.db ' select count(*) from mailmessages where ((status = 0 and size <>0) or status = 32768 or status = 229376 or status = 196608) and parentfolderid<>6;'
Parentfolderid 6 is my junk folder, not sure if that id is the same for everybody.
I hope that the next version can run multiple scripts or that it's possible to have multiple widets :-)
Resizing would also be nice, so far I have a work around with a name with lots of blank characters in front of the name and then some other widgets put on top of the blank area.
Cheers,
Fabian
Quote & Reply
|
The Following 2 Users Say Thank You to fry For This Useful Post:
Alan_Peery
,
iKneaDough
fry
View Public Profile
Send a private message to fry
Find all posts by fry