// Now we simulate a retry of the message list fetch
marker.setDateOfNextRetry(marker.getDate());
marker.setAllowRetryNow(false); // Needed for clearExpiredFetchFailedMarkers to process the marker
marker.storeWithoutCommit();
Persistent.checkedCommit(db, this);
mMessageManager.clearExpiredFetchFailedMarkers();
q = db.query();