Hi Lucas, On 01/27/2011 08:39 PM, Lucas De Marchi wrote: > Third version. It includes some changes suggested by Denis: > > - Get rid of the oldpath field in struct txq_backup_entry > - Store the encoded uuid in struct txq_backup_entry > - Use SMS_MSGID_FMT to get the file name > - Some more cleanups > > Lucas De Marchi (3): > sms: store pending tx pdus on disk > sms: delete sent sms messages from backup > sms: restore pending tx messages from backup > > src/ofono.h | 1 + > src/sms.c | 91 ++++++++++++++++++++ > src/smsutil.c | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > src/smsutil.h | 17 ++++ > 4 files changed, 366 insertions(+), 0 deletions(-) > I applied all three patches but refactored patch 3 afterwards. In my testing everything seems to be working nicely and I went ahead and marked the TODO item as done. Please review my changes to make sure I didn't break anything. Regards, -Denis