View Single Post
Posts: 246 | Thanked: 2,574 times | Joined on Jan 2010 @ Egypt, Cairo
#16
If you mean by conversation the sent messages imported to RetroConv, just delete the file "/home/user/.retroconv/sent.csv".

If you mean those in the original Nokia Conversations, you'll have to get your hands little dirty

Fire up the terminal and type in:

Code:
sqlite3 /home/user/.rtcom-eventlogger/el-v1.db

DELETE FROM Events WHERE event_type_id = 7 AND outgoing = 1;
Be warned that this will delete ALL your sent SMS from ALL conversations. About the date I'm not sure actually as I'm very busy these days, but I'll do my best to release it during the next month

Last edited by tgalal; 2010-06-25 at 19:03.
 

The Following User Says Thank You to tgalal For This Useful Post: