Closed
Bug 286317
Opened 20 years ago
Closed 20 years ago
SMTP change impossible without description
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: Matti, Assigned: mscott)
Details
(Keywords: regression)
Attachments
(1 file)
|
680 bytes,
patch
|
neil
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8b2) Gecko/20050315 1) open the Accountmanager 2) open Outgoing server (SMTP) 3) edit a SMTP Entry (for example the username) with a missing/empty "Description" 4) click OK -> changes are not saved Error message in a debug build: Error saving smtp server: [Exception... "Component returned failure code: 0x8000 ffff (NS_ERROR_UNEXPECTED) [nsISmtpServer.description]" nsresult: "0x8000ffff ( NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://messenger/content/smtpEdi tOverlay.js :: saveSmtpSettings :: line 147" data: no]
| Assignee | ||
Comment 1•20 years ago
|
||
that's me
Assignee: sspitzer → mscott
Component: MailNews: Account Manager → Account Manager
Product: Mozilla Application Suite → Thunderbird
Target Milestone: --- → Thunderbird1.1
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•20 years ago
|
||
this patch reverts nsSmtpServer::SetDescription to the way Christian originally wrote it, by ignoring the return code from ClearPref (which returns an error if you clear a non existent pref)
Attachment #177642 -
Flags: superreview?(neil.parkwaycc.co.uk)
Updated•20 years ago
|
Attachment #177642 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•