Closed
Bug 64609
Opened 24 years ago
Closed 24 years ago
[RFE] Mail Notify From Tray
Categories
(SeaMonkey :: MailNews: Message Display, enhancement)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
People
(Reporter: mikekatip, Assigned: sspitzer)
References
Details
Attachments
(2 files)
Mozilla Mail should be able to minimize to the windows tray on Win9x NT or 2000.
This could be enabled by a checkbox in the preferences. The tray icon should
change to reflect new mail much like the nsnotify.exe program that was available
with Netscape, but this should be a part of mozilla not a seperate program.
*** Bug 64610 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
Marking NEW to get it off our unconfirmed radar.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows ME → All
Hardware: PC → All
Summary: Mail Notify From Tray → [RFE] Mail Notify From Tray
Comment 3•24 years ago
|
||
I've got some C code kicking around that implements this, and I can attach it if
someone would find it helpful.
Comment 4•24 years ago
|
||
mail notification and all? cool! sure, attach it.
Comment 5•24 years ago
|
||
Crap, sorry, no. It must be late. I meant tray icons in general. But hooking
the mail notification up to that shouldn't be too difficult, I wouldn't think.
Comment 6•24 years ago
|
||
Yup, probably not. So...post the patch?
Comment 7•24 years ago
|
||
I'll dig around for this tonight and post it tomorrow. It's not a patch, it's
code from one of my apps. It's pretty straight-forward and should be fairly
easy to move into nsWindow or something similar.
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
There's nothing overly magical about these patches. Note that MSG_SYSTRAY is
just a user message (WM_USER + 2 in my app). The display of the tooltip is
handled automatically.
Comment 11•24 years ago
|
||
patches^H^H^H^H^H^H^Hfiles
Comment 12•24 years ago
|
||
I think this is a dup of bug 18729.
Comment 13•24 years ago
|
||
Why yes.... yes it is. Silly me.
*** This bug has been marked as a duplicate of 18729 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
It is a DUP, but this one has patches...they shouldn't get lost ;-).
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 15•24 years ago
|
||
Not patches. Sample files. In C, not C++. And I noted it in the other bug.
Comment 16•24 years ago
|
||
Remarking dupes per previous comments.
*** This bug has been marked as a duplicate of 18729 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•