Closed
Bug 13886
Opened 25 years ago
Closed 25 years ago
Hook up Messenger Start-up pref
Categories
(MailNews Core :: Backend, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: paulmac, Assigned: sspitzer)
Details
(Keywords: platform-parity, Whiteboard: [PDT-])
There is a start-up pref that shows up in the Appearance pane of the PrefUI
where you can set Messenger to start on launch. The UI is working and the pref
is persistent, but the back end doesn't appear to be hooked up, as messenger
does not launch when I run "apprunner.exe".
The pref appears to be user_pref("general.startup.mail", true);
I wouldn't call this a beta stopper but it would be cool to have.
Assignee | ||
Comment 1•25 years ago
|
||
fixed. except for general.startup.calendar, all the startup prefs get heeded.
remember, this is only if you launch apprunner with out command line options.
doing apprunner -editor will only bring up the editor, no matter what your
general.startup.* prefs are.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11
Assignee | ||
Comment 2•25 years ago
|
||
marking m11.
This is working on Win32 in the 16th build. I can launch apprunner.exe directly
into mail with the pref set to true as stated above.
Need to verify on other platforms.
OK using 1999-10-07-14m11 nt 4.0
OK using 1999-10-07-14m11 linux 6.0
Using Mac with 10-21 commercial build, this doesn't work.
1. Launch the generic "apprunner". Just navigator comes up.
2. Edit|Prefs|Appearance.
Uncheck Navigator, checkmark Messenger. Confirm OK. Exit apprunner.
3. Launch generic apprunner. Just navigator comes up. Note the pref did
indeed stick in the prefs UI, but didn't engage correctly.
Reopening for Mac case.
Updated•25 years ago
|
Target Milestone: M11 → M13
Comment 6•25 years ago
|
||
M13
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: M13 → M14
Assignee | ||
Comment 7•25 years ago
|
||
doesn't sound like a migration problem.
shoving to m14.
Assignee | ||
Updated•25 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 8•25 years ago
|
||
marking p2
Assignee | ||
Updated•25 years ago
|
OS: All → Mac System 8.6
Hardware: All → Macintosh
Summary: Hook up Messenger Start-up pref → [PP]Hook up Messenger Start-up pref
Assignee | ||
Comment 9•25 years ago
|
||
this is mac only.
Comment 11•25 years ago
|
||
FYI -- still in same condition Mac OS 8.5.1 2000-01-28-08 m14 commercial build.
Updated•25 years ago
|
Summary: [PP]Hook up Messenger Start-up pref → Hook up Messenger Start-up pref
Comment 12•25 years ago
|
||
So we're punting on allowing mail and aim start up as defaults on the Mac for
Beta 1?
Nominating for beta 1 to see what PDT thinks.
Keywords: beta1
Comment 13•25 years ago
|
||
Putting on the PDT- radar for beta1. will not hold for this.
Whiteboard: [PDT-]
Assignee | ||
Comment 14•25 years ago
|
||
this got fixed as a side effect of some other fixes.
the problem was argc on the mac is set to 0 (not 1) when there are no arguments.
this caused all sorts of problems.
I had to fix it for a real PDT+ bug.
(note to alex and vishy, your aim bug should be fixed now too.)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 15•25 years ago
|
||
OK using:
2000-03-06-08 mozilla build on mac OS 9.0
2000-03-06-08 commercial build on linux rh6.0
I'm not able to get this to work using today's win32 build, but it work's using
yesterday's win32 build on esther's machine.
Will close as verified and investigate win32 further. If need be I'll log
another bug.
Status: RESOLVED → VERIFIED
Comment 16•25 years ago
|
||
Doh. Operator error on the win32 case. All platforms ok mar06 builds.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•