Reduce number of possible ongoing process states

This ensures that no invalid states are possible,
like the one where cancel channel exists, but
no ongoing process is running, or the one where
the ongoing process is not allocated, but
should not be stopped.
This commit is contained in:
link2xt
2022-05-21 12:58:44 +00:00
parent 62b50c87d4
commit d5c488cc7e
2 changed files with 82 additions and 38 deletions

View File

@@ -3,9 +3,10 @@
## Unreleased
### Changes
- refactorings #3373
- refactorings #3373 #3345
- delete outgoing MDNs found in the Sent folder on Gmail #3372
## 1.84.0
### Changes