Bug 3990 - Deleted address books remain as .bak files
Summary: Deleted address books remain as .bak files
Status: NEW
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.16.0
Hardware: PC Linux
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2018-03-19 23:22 UTC by George
Modified: 2018-03-22 10:15 UTC (History)
0 users

See Also:


Attachments

Description George 2018-03-19 23:22:10 UTC
Deleting address books does not remove them from the file system but they remain as files creating clutter on file system:

~/.claws-mail/addrbook/addrbook-000003.xml.bak
~/.claws-mail/addrbook/addrbook-000004.xml.bak
~/.claws-mail/addrbook/addrbook-000005.xml.bak
~/.claws-mail/addrbook/addrbook-000006.xml.bak
Comment 1 Ricardo Mones 2018-03-22 10:15:24 UTC
These are not address book files, are backups of the addressbook files, which may save you some headache in case of accidents.

If you don't want backups you can make a trivial shell script which reviews your ~/.claws-mail/addrbook folder and removes those addrbook-*.xml.bak files which don't have the corresponding addrbook-*.xml file. Put it under cron for automated deletions.

As a general idea I don't think is a good idea that the application making backups is also able to delete them, but, anyway, this would be a RFE not a bug.

Note You need to log in before you can comment on or make changes to this bug.