Closed
Bug 714452
Opened 14 years ago
Closed 14 years ago
Auto-save happens even if message is currently being sent (Port Thunderbird Bug 307028).
Categories
(SeaMonkey :: MailNews: Composition, defect)
SeaMonkey
MailNews: Composition
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file)
1.07 KB,
patch
|
iannbugzilla
:
review+
mnyromyr
:
superreview+
|
Details | Diff | Splinter Review |
From Bug 307028 Comment 0:
> 3. Auto-save is saving the message even after pressing "send" during the time it
> takes to send/transfer the message. It should ideally save only when composing.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Simple one line fix. Direct port from Thunderbird. Seems to work but I can't test directly. Tested indirectly using ExecuteJS with the following JS:
gSendOrSaveOperationInProgress= false;
AutoSave();
gSendOrSaveOperationInProgress= true;
AutoSave();
Attachment #585143 -
Flags: superreview?(mnyromyr)
Attachment #585143 -
Flags: review?(mnyromyr)
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Comment on attachment 585143 [details] [diff] [review]
Patch v1.0 straight port.
Changing reviewer in the hopes of getting faster reviews.
Attachment #585143 -
Flags: review?(mnyromyr) → review?(iann_bugzilla)
Attachment #585143 -
Flags: review?(iann_bugzilla) → review+
Updated•14 years ago
|
Attachment #585143 -
Flags: superreview?(mnyromyr) → superreview+
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/0a9e4a441196
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•