Skip to content
  • Daniel Vrátil's avatar
    Optimize 'Empty trash' command · cfdd3143
    Daniel Vrátil authored
    There's no need to fetch all items from the collection just
    to send an ItemDeleteJob - instead just call ItemDeleteJob
    with the collection and let the server figure it all out.
    
    This makes emptying a large trash folders much faster.
    cfdd3143