![]() |
2010-02-02
, 01:52
|
Posts: 60 |
Thanked: 9 times |
Joined on Dec 2009
@ Chicago
|
#1
|
![]() |
2010-02-02
, 02:04
|
Posts: 180 |
Thanked: 82 times |
Joined on Dec 2009
@ Miami
|
#2
|
![]() |
2010-02-02
, 04:22
|
Posts: 60 |
Thanked: 9 times |
Joined on Dec 2009
@ Chicago
|
#3
|
![]() |
2010-02-02
, 10:30
|
Posts: 180 |
Thanked: 82 times |
Joined on Dec 2009
@ Miami
|
#4
|
As far as I know that also deletes your call log. I suppose you could just delete the sms records using an sqlite command
sqlite3 /home/user/.rtcom-eventlogger/el.db "delete from Events where event_type_id in (7,8)"
Use just 7 to delete incoming only. I suppose you could also delete a certain sender's only (say that pesky nagios) with
...where remote_uid = "nagios number" and event_type_id = 7
![]() |
2010-02-02
, 19:43
|
Posts: 60 |
Thanked: 9 times |
Joined on Dec 2009
@ Chicago
|
#5
|