Optimize easily Thunderbird / Firefox SQLite databases for any users/profiles https://makotonoblog.be
Find a file
2024-11-05 01:17:48 +01:00
pic pictures directory updated 2017-09-29 01:53:06 +02:00
.gitignore . 2020-05-31 23:42:06 +02:00
libMozDefrag.py process detection mismatch between firefox and firefox-trunk fixed 2017-10-23 22:40:54 +02:00
LICENSE initial commit 2017-09-29 01:41:34 +02:00
mozDefrag.py app version number from 0.1 to 0.1.1 2017-10-23 22:37:19 +02:00
mozDefragAboutWindow.py pictures/icons moved to QT Res file + some improvments in utils scripts 2017-10-03 10:28:14 +02:00
mozDefragAboutWindow.ui About dialog update with Github repo url 2017-09-29 02:00:20 +02:00
mozDefragMainWindow.py reindex is added alongside vaccum + firefox-trunk (Nightly) support added 2017-10-23 22:35:54 +02:00
mozDefragMainWindow.ui reindex is added alongside vaccum + firefox-trunk (Nightly) support added 2017-10-23 22:35:54 +02:00
README.md . 2024-11-05 01:17:48 +01:00
res_pics.qrc pictures/icons moved to QT Res file + some improvments in utils scripts 2017-10-03 10:28:14 +02:00
res_pics_rc.py reindex is added alongside vaccum + firefox-trunk (Nightly) support added 2017-10-23 22:35:54 +02:00
screenshot.jpg updated regarding the last UI updates 2017-10-23 22:57:24 +02:00
setup.py pictures/icons moved to QT Res file + some improvments in utils scripts 2017-10-03 10:28:14 +02:00

mozDefrag

WARNING : this is a first release of an Alpha version

Firefox and Thunderbird are using SQLite databases, which can make these apps slower and slower after a while. The purpose of this app is to optimize every SQLite databases used by these apps (any users and profiles) in a simple click.

Screenshot

screenshot

Requirements

  • Ubuntu, Linux Mint (should work on any Linux OS)
  • Python 3
  • QT 5
  • PyQT 5
  • SQLite 3

Installation

todo

Credits

Licence

The App is licensed under the terms of the GPL-3.0

Changelog

  • 2017-09-29 : initial release 0.1 alpha