Bug 1577548 Comment 107 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It's a bit of an unwieldly message... but that's largely Error() is splicing together your message with a generic one.
Hmm. Here's what you've got now:
```
Mail server mobile.charter.net responded with a temporary error while retrieving new messages and will be tried again at the next check for new messages.
Mail server mobile.charter.net responded: simulated temp error
```
How about reordering your new message a little so it doesn't repeat "Mail server mobile.charter.net responded" twice? eg:
```
Temporary error while retrieving new messages from mobile.charter.net. The operation will be retried at the next check for new messages.
Mail server mobile.charter.net responded: simulated temp error
```
It's a bit of an unwieldly message... but that's largely Error() is splicing together your message with a generic one.
Hmm. Here's what you've got now:
```
Mail server mobile.charter.net responded with a temporary error while retrieving new messages and will be tried again at the next check for new messages.
Mail server mobile.charter.net responded: simulated temp error
```
How about reordering your new message a little so it doesn't repeat "Mail server mobile.charter.net responded" twice? eg:
```
Temporary error from mobile.charter.net while retrieving new messages. The operation will be retried at the next check for new messages.
Mail server mobile.charter.net responded: simulated temp error
```

Back to Bug 1577548 Comment 107