-
-
Notifications
You must be signed in to change notification settings - Fork 60
FEAT: Background Archiving/Deleting/Moving #1255
Copy link
Copy link
Open
Labels
area/daemonDaemon / RPCDaemon / RPCarea/tuiTerminal UI / view layerTerminal UI / view layerenhancementNew feature or requestNew feature or requestneeds-responseWaiting on issue author replyWaiting on issue author replyneeds-triageAwaiting maintainer reviewAwaiting maintainer review
Metadata
Metadata
Assignees
Labels
area/daemonDaemon / RPCDaemon / RPCarea/tuiTerminal UI / view layerTerminal UI / view layerenhancementNew feature or requestNew feature or requestneeds-responseWaiting on issue author replyWaiting on issue author replyneeds-triageAwaiting maintainer reviewAwaiting maintainer review
Type
Projects
Status
Backlog
Is your feature request related to a problem?
Currently, you have to sit on the "Moving email..." screen while the client sends the request and gets a success response
Describe the solution you'd like
Move the emails via the daemon (introduced in #682), without showing the loading. Also, update the inbox view to display changes immediately, so that it doesn't feel like it took time.
In case of an error, show it to user.
Daemon is needed so that, in case the user closes Matcha, the sent request proceeds, instead of exiting prematurely.
Describe alternatives you've considered
No response
Additional context
Related issue #1139, recommended to implement together.