Closed
Bug 63992
Opened 25 years ago
Closed 25 years ago
in account manager server panel, disable "Automatically..." if "Check..." is unchecked
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
SeaMonkey
MailNews: Account Configuration
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: hwaara, Assigned: sspitzer)
References
Details
Attachments
(2 files)
|
1.48 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.41 KB,
patch
|
Details | Diff | Splinter Review |
Steps to see:
1. Open up Account Settings from Mail client
2. Select a mail account
3. Select the row "Server" under the mail account
The "Automatically download any new messages" is a sub-checkbox of "Check for
new messages every x minutes" checkbox. That's because the former is useless
without the latter checked.
Therefore I suggest we disable "Automatically..." if "Check..." is unchecked.
Because it's anyways useless to check.
| Assignee | ||
Comment 2•25 years ago
|
||
fixing summary, adding relevant people to the cc list.
Summary: Another logical error in Account Settings... → in account manager server panel, disable "Automatically..." if "Check..." is unchecked
Updated•25 years ago
|
QA Contact: esther → nbaca
| Reporter | ||
Comment 3•25 years ago
|
||
most objects get onload events, there should be an example near the mouse wheel
prefs.
| Assignee | ||
Comment 5•25 years ago
|
||
this patch is not good yet. hwaara and I discussed this over irc.
the plan is to move that function into am-server.js and then if it needs to be
called on startup, add a call to it in onInit() [in am-server.js]
| Assignee | ||
Comment 7•25 years ago
|
||
hwaara sent me a patch, and it worked fine. I've made a few changes, including
disabling the "minutes" text field if the "biff" checkbox is unchecked.
I'll attach the patch.
racham, can you review it?
cc bienvenu for sr=
| Assignee | ||
Comment 8•25 years ago
|
||
Comment 9•25 years ago
|
||
sr=bienvenu
| Assignee | ||
Comment 10•25 years ago
|
||
fix checked in. thanks to hwaara for the original patch.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 11•25 years ago
|
||
re-opening until I fix this problem.
the first server in the account manager you select, this code doesn't get called.
I'll fix that before I mark this fixed again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 12•25 years ago
|
||
finally fixed the right way. sorry for the spam.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 13•25 years ago
|
||
reopening. hwaara found a problem.
but I've got a fix. this is the last time, I promise.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 14•25 years ago
|
||
taking from hwaara. this bug should make me look bad, not him.
Assignee: hwaara → sspitzer
Status: REOPENED → NEW
| Assignee | ||
Comment 15•25 years ago
|
||
fixed, again.
a very ungraceful bug fix. shame on me.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 16•25 years ago
|
||
when #64225 gets fixed, I'll need to fix this again.
| Assignee | ||
Comment 17•25 years ago
|
||
now that #64224 is fixed I've fixed my JS and XUL.
much better now.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 19•25 years ago
|
||
Also verified fixed on all three platforms (NT4, Linux 6.2, Mac 9.04)
Comment 20•25 years ago
|
||
*** Bug 41977 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•