https://bugs.kde.org/show_bug.cgi?id=516868
Bug ID: 516868
Summary: kmail with sqlite vacuum not supported
Classification: I don't know
Product: kde
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
kmail tool contains an entry : Akkonadi Vaccum
trying to execute, it displays the following messages :
Start…
Vacuum not supported for this database backend. (Sqlite backend)
Finished.
SUMMARY
unable to do a sqlite vacuum via kmail -- tools--akonadi vacuum
STEPS TO REPRODUCE
1. click on kmail-tools-akonadi vacuum
2.
3.
OBSERVED RESULT
Start…
Vacuum not supported for this database backend. (Sqlite backend)
Finished.
EXPECTED RESULT
Organize sqlite akonadi database
SOFTWARE/OS VERSIONS
Windows:
macOS:
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 25.0.4.3-bp160.1.2 [ opensuse leap 16.0 ]
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
I was able to do a vacuum using sqlite batch :
sqlite3 ~/.local/share/akonadi/akonadi.db<<EOF
VACUUM ;
.quit
EOF
Is it possible to execute such command when starting akonadi vacuum via
kmail->tools->akonadi-vacuum
rather than displaying the message
Vacuum not supported for this database backend. (Sqlite backend)
--
You are receiving this mail because:
You are watching all bug changes.