05-02-2020, 12:15 PM
(05-01-2020, 08:05 PM)antiX-Dave Wrote: ...
clearing the cache every 10 minutes. This could be less frequent but if a few people send sms messages at the same time it could plug up the buffer / cache if set longer.
You've got a bit of a race condition here - if a message arrives just as you start clearing the cache, it might get deleted before it's copied off the modem. It looks like using 'delflag' 1 would be safer, only deleting messages that have been read.
I haven't done much with my pinephone so far, but I've really liked what I've seen from UBPorts, so I appreciate seeing the tips in the forum. Thanks for the write up.