Closed
Bug 232452
Opened 21 years ago
Closed 21 years ago
When starting up online, prompt to send unsent messages
Categories
(SeaMonkey :: MailNews: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: Bienvenu)
References
Details
Attachments
(4 files)
2.22 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
2.29 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
5.38 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
2.89 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
"E-mail messages composed off line and stored in folder 'Unsent Messages' do not
get sent when starting T-Bird on-line. When starting Netscape Messenger on-line,
you are always prompted to send messages. In T-Bird, no prompt and you realize
hours later that these eariler off-line messages are still not sent."
Assignee | ||
Comment 1•21 years ago
|
||
changed summary - we do prompt when going back online, I believe. It's just when
you startup in online mode that we don't check.
Summary: When going back online, prompt to send unsent messages → When starting up online, prompt to send unsent messages
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140216 -
Flags: superreview?(mscott)
Assignee | ||
Updated•21 years ago
|
Attachment #140217 -
Flags: superreview?(mscott)
Reporter | ||
Updated•21 years ago
|
Attachment #140217 -
Flags: superreview?(mscott) → superreview+
Reporter | ||
Updated•21 years ago
|
Attachment #140216 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 4•21 years ago
|
||
I should be checking if we're online on startup before doing this...I'll fix it
in my tree.
Assignee | ||
Comment 5•21 years ago
|
||
fixed on trunk and branch.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•21 years ago
|
||
Some feedback:
"Even with no unsent messages in local folders, I still get prompted asking if I
want to send unsent messages."
Also, if you hit get new mail while you are offline, we go back online and we
don't ask about sending unsent messages in this case. We do ask if you went
online via the File / Go Online menu item.
Assignee | ||
Comment 7•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #141695 -
Flags: superreview?(mscott)
Reporter | ||
Updated•21 years ago
|
Attachment #141695 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 8•21 years ago
|
||
*** Bug 234228 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 9•21 years ago
|
||
fixed on trunk for both thunderbird and seamonkey
Comment 10•21 years ago
|
||
Anyone noticed that the startup send unsent message prompt always appears at the
top left of the screen, before the main 3 pane window is visible?
Also there are a few dups that need to be closed, e.g. bug 115204.
Comment 11•21 years ago
|
||
Oh, and you don't want open folder in new window to trigger this, do you?
Comment 12•21 years ago
|
||
By moving the code to the end of loadStartFolder which is called on a timeout
we can be sure that the main window is visible and ready to accept a prompt.
Assignee | ||
Comment 13•21 years ago
|
||
Comment on attachment 143005 [details] [diff] [review]
Supplementary patch to delay the prompt until the main window is visible
thx, Neil.
Attachment #143005 -
Flags: superreview+
Assignee | ||
Comment 14•21 years ago
|
||
*** Bug 115024 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 15•20 years ago
|
||
*** Bug 224671 has been marked as a duplicate of this bug. ***
Comment 16•19 years ago
|
||
I'm seeing this issue exactly as described in comment #1 in Thunderbird 1.5 RC1 (20051025). The only way I've found to send the Unsent messages after starting TB is to switch to offline, then go online again. Would someone please reopen this bug?
Comment 17•19 years ago
|
||
Never mind. This appears to be fixed in RC2 (20051201).
Comment 18•19 years ago
|
||
This "fix" is a bad thing because the appearance (or not) of this pop-up is supposed to be determined by user_pref("offline.send.unsent_messages", x);
Please vote for bug 274280 to fix the fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•