Closed
Bug 323911
Opened 19 years ago
Closed 10 years ago
should not play sound when new feed items arrive
Categories
(MailNews Core :: Feed Reader, defect)
MailNews Core
Feed Reader
Tracking
(thunderbird36 fixed)
RESOLVED
FIXED
Thunderbird 36.0
Tracking | Status | |
---|---|---|
thunderbird36 | --- | fixed |
People
(Reporter: Marsti, Assigned: alta88)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
4.47 KB,
patch
|
alta88
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
Since TB 1.5 the notify sound is even played when a new news (RSS feed) comes in. This is not good because that isn't very interesting. In addition, setting news.notify.on to false doesn't work... the sound is played nevertheless. Playing notify sound on RSS news should be switchable (on/off).
Reproducible: Always
Steps to Reproduce:
1. Subscribe a RSS news
2. Turn notify sound on
3. Wait til a new RSS news comes in
Actual Results:
You hear the sound which should (and was in TB 1.0x) played when a new MAIL comes in
Expected Results:
The news notify sound setting should be switchable/working.
Comment 1•19 years ago
|
||
Are you getting just the sound, or do you also get an alert (slide-up window)
and/or tray icon?
Confirming based on similar report at bug 261841 comment 10.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
Actually, there is already a bug about this.
*** This bug has been marked as a duplicate of 311640 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
(In reply to comment #2 [Magnus Melin])
> Actually, there is already a bug about this.
That's not really the same thing. RSS doesn't curently "notify" like mail; it only plays the sound, and that was a new behavior in 1.5. That other bug is about customizing the notification sound, but it's not about fixing the problem that arose from this new 'feature'.
I've just turned on the notification sound on my system to see if this problem is still occurring, but I only have a few low-activity feeds subscribed. Assuming it does, I recommend reopening this bug.
Comment 4•19 years ago
|
||
Ok, reopening (though a lot of the dupes from bug 311640 should probably want only this).
Btw, the news.notify.on is not used for anything anymore.
http://lxr.mozilla.org/seamonkey/search?string=news.notify.on
Status: RESOLVED → REOPENED
OS: Windows XP → All
Hardware: PC → All
Resolution: DUPLICATE → ---
Summary: New news (RSS) = Notify sound played → should not play sound when new feed items arrive
Version: 1.5 → 2.0
Comment 5•18 years ago
|
||
*** Bug 354072 has been marked as a duplicate of this bug. ***
Comment 6•18 years ago
|
||
With TB 3a1-1018, this is working correctly for me: new RSS items arrive without triggering the sound. I was getting the sound recently with a 2b1 build (1014 or 1018, I think), so whatever fixed the trunk hasn't been ported back to the branch.
Comment 7•18 years ago
|
||
*** Bug 323261 has been marked as a duplicate of this bug. ***
Comment 8•18 years ago
|
||
(In reply to comment #6)
> With TB 3a1-1018, this is working correctly for me: new RSS items arrive
> without triggering the sound.
No longer true; I just experience sound played for arriving feed item with
TB 3a1-1206, Win2K.
![]() |
||
Comment 9•17 years ago
|
||
Still occurs for the latest 2.0.0.16 / Shredder trunk nightlies?
Assignee: mscott → nobody
Status: REOPENED → NEW
Whiteboard: closeme 2008-08-21
Comment 10•17 years ago
|
||
Yes.
Comment 11•15 years ago
|
||
Just to keep this discussion alive ...
... are there any plans to improve this (wrong) TB behaviour in the near future ?
Or are there any workarounds to turn off sound for new RSS feeds ?
Sorry for annoying you, but the "new e-mail sound" for RSS articles drives me crazy :-( I never know whether I got an e-mail or just a RSS article :-(
Assignee | ||
Comment 12•11 years ago
|
||
yes, this is annoying. simple patch to add a mail.biff.play_sound_feed pref (default false) and check it if server type is rss.
i don't think UI is needed here, as a more flexible/useful approach for tuning sounds on feed biff would be part of a solution in bug 311640 or rather bug 261841, which would be on a per feed url, not just folder, basis.
one could argue the tonequilla solution of a play sound action on a filter match is even more better.
Assignee: nobody → alta88
Attachment #8463651 -
Flags: review?(mkmelin+mozilla)
Comment 13•11 years ago
|
||
Comment on attachment 8463651 [details] [diff] [review]
biffsound.patch
Review of attachment 8463651 [details] [diff] [review]:
-----------------------------------------------------------------
::: mailnews/mailnews.js
@@ +621,5 @@
> pref("mail.biff.alert.preview_length", 40);
>
> pref("mail.biff.play_sound", true);
> +// For feed account serverType=rss sound on biff.
> +pref("mail.biff.play_sound_feed", false);
Could we make this mail.feeds.play_sound to align with mail.chat.play_sound
Attachment #8463651 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Comment 14•11 years ago
|
||
(In reply to Magnus Melin from comment #13)
> Comment on attachment 8463651 [details] [diff] [review]
> biffsound.patch
>
> Review of attachment 8463651 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mailnews/mailnews.js
> @@ +621,5 @@
> > pref("mail.biff.alert.preview_length", 40);
> >
> > pref("mail.biff.play_sound", true);
> > +// For feed account serverType=rss sound on biff.
> > +pref("mail.biff.play_sound_feed", false);
>
> Could we make this mail.feeds.play_sound to align with mail.chat.play_sound
i spent more time on the pref name than the rest.. it's like this because feed is a subset of mail, ie if the feed pref is true, it uses the mail.biff.* settings. chat on the other hand is promoted to having its own prefs for sounds etc.
there will likely never be feed (systemwide or account or even folder) prefs as it's totally not useful to have anything but a feed url filter type solution a la ToneQuilla.
it's not important; do you prefer it?
Comment 15•11 years ago
|
||
Ok, that's a point indeed, but I still think having it in the mail.feeds.xxx format would be preferabale. IF such a thing ever gets implemented you don't need to work with different naming schemes.
Assignee | ||
Comment 16•11 years ago
|
||
updated.
Attachment #8463651 -
Attachment is obsolete: true
Attachment #8474111 -
Flags: review+
Keywords: checkin-needed
Assignee | ||
Comment 17•10 years ago
|
||
magnus, could you please land this and bug 304917? thanks.
Comment 18•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 19 years ago → 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 36.0
Updated•10 years ago
|
status-thunderbird36:
--- → fixed
Updated•9 years ago
|
Flags: wanted-thunderbird3?
You need to log in
before you can comment on or make changes to this bug.
Description
•