Display messages in the status bar while waiting for the server to respond
Categories
(MailNews Core :: Networking: Exchange, task)
Tracking
(Not tracked)
People
(Reporter: babolivier, Assigned: babolivier)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
For a few operations (sync messages/folders, deleting messages, etc) we only show a status message when the remote operation finishes. On slow connections, this might make Thunderbird appear slow, or make it look like the operation has failed, because we might spend some time without visually doing anything. So we should show a message in the status bar to let the user know we're working.
| Assignee | ||
Comment 1•7 months ago
|
||
Folder sync, message sync and message deletion were the only operations I could
find/think of that would benefit from a more responsive user feedback. The main
other one I thought of was message/folder copy/move but it looks like the
generic copy/move code already handles that.
Updated•7 months ago
|
| Assignee | ||
Updated•7 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/48b024712c1a
Inform the user when we're waiting for an EWS server. r=edicharry
| Assignee | ||
Comment 3•7 months ago
|
||
| Assignee | ||
Updated•7 months ago
|
Backout by jtracey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/6d018e235aa3
Backed out changeset 48b024712c1a for causing test failures.
Updated•6 months ago
|
Updated•6 months ago
|
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
Pushed by edicharry@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/19b4f9773c10
Inform the user when we're waiting for an EWS server. r=edicharry
Description
•