Home
last modified time | relevance | path

Searched refs:trashCollection (Results 1 – 8 of 8) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/core/jobs/
H A Dtrashjob.cpp189 Collection trashCollection = mTrashCollection; in parentCollectionReceived() local
191 trashCollection = TrashSettings::getTrashCollection(parentCollection.resource()); in parentCollectionReceived()
193 …if (!mKeepTrashInCollection && trashCollection.isValid()) { // Only set the restore collection if … in parentCollectionReceived()
199 if (trashCollection.isValid()) { // Move the items to the correct collection if available in parentCollectionReceived()
200 auto job = new ItemMoveJob(mCollectionItems.value(parentCollection), trashCollection, q); in parentCollectionReceived()
279 Collection trashCollection = mTrashCollection; in collectionsReceived() local
281 trashCollection = TrashSettings::getTrashCollection(mCollection.resource()); in collectionsReceived()
283 …if (!mKeepTrashInCollection && trashCollection.isValid()) { // only set the restore collection if … in collectionsReceived()
290 if (trashCollection.isValid()) { in collectionsReceived()
291 auto job = new CollectionMoveJob(mCollection, trashCollection, q); in collectionsReceived()
/dports/net/akonadi-mime/akonadi-mime-21.12.3/src/
H A Demptytrashcommand.cpp70 const int trashImap = iface->trashCollection(); in execute()
148 if (iface->trashCollection() == col.id()) { in folderIsTrash()
H A Dmovetotrashcommand.cpp111 trashCol = Akonadi::Collection(iface->trashCollection()); in trashCollectionFromResource()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/
H A Dimapresourcebase.cpp141 const Akonadi::Collection::Id trashCollection = settings()->trashCollection(); in delayedInit() local
142 if (trashCollection != -1) { in delayedInit()
143 Collection attributeCollection(trashCollection); in delayedInit()
H A Dsetupserver.cpp435 Akonadi::Collection trashCollection(m_parentResource->settings()->trashCollection()); in readSettings() local
436 if (trashCollection.isValid()) { in readSettings()
437 …auto fetchJob = new Akonadi::CollectionFetchJob(trashCollection, Akonadi::CollectionFetchJob::Base… in readSettings()
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmkernel.cpp1224 Akonadi::Collection trashCollection = CommonKernel->trashCollectionFolder(); in cleanup() local
1225 if (trashCollection.isValid()) { in cleanup()
1230 mailFilterInterface.expunge(static_cast<qlonglong>(trashCollection.id())); in cleanup()
1876 const Akonadi::Collection::Id imapTrashId = iface->trashCollection(); in checkFolderFromResources()
/dports/games/anki/anki-2.1.16/aqt/
H A Dprofiles.py200 def trashCollection(self): member in ProfileManager
H A Dmain.py241 self.pm.trashCollection()