compactionjob.h
A job that runs in the background and compacts mbox folders.
Definition: compactionjob.h:39
virtual int taskTypeId() const
An identifier for the type of task (a bit like TQListViewItem::rtti) This allows to automatically pre...
Definition: compactionjob.h:110
MboxCompactionJob(KMFolder *folder, bool immediate)
folder should be a folder with a KMFolderMbox storage.
Definition: compactionjob.cpp:53
ScheduledCompactionTask(KMFolder *folder, bool immediate)
If immediate is set, the job will execute synchronously.
Definition: compactionjob.h:106
A scheduled task is some information about a folder job that should be run later. ...
Definition: jobscheduler.h:54
A scheduled "compact mails in this folder" task.
Definition: compactionjob.h:101
A job that runs in the background and compacts maildir folders.
Definition: compactionjob.h:73