Skip to content
  • Jonathan Marten's avatar
    Make the recently accessed folder list globally accessible · 79f84aa3
    Jonathan Marten authored
    This is normally managed by RecentCollectionAction, but is only updated
    by StandardActionManager when its standard actions are used.  If a
    caller uses its own actions, for example KMail's separate message reader
    window, then the list is not updated.
    
    Add a static function StandardActionManager::addRecentCollection(),
    which simply calls RecentCollectionAction::addRecentCollection() to
    update the global recent collection list.  Read and update this list in
    RecentCollectionAction as before.
    
    CCBUG:435410
    79f84aa3