mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #1258 - Part 10: Remove chat core bits
This commit is contained in:
parent
fe11727f3d
commit
65944ea58a
8 changed files with 5 additions and 64 deletions
|
|
@ -11,9 +11,9 @@ MDNService.prototype = {
|
|||
name: "mdn",
|
||||
chromePackageName: "messenger",
|
||||
showPanel: function(server) {
|
||||
// don't show the panel for news, rss, im or local accounts
|
||||
// don't show the panel for news, rss, or local accounts
|
||||
return (server.type != "nntp" && server.type != "rss" &&
|
||||
server.type != "im" && server.type != "none");
|
||||
server.type != "none");
|
||||
},
|
||||
|
||||
QueryInterface: XPCOMUtils.generateQI([Components.interfaces.nsIMsgAccountManagerExtension]),
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SMIMEService.prototype = {
|
|||
showPanel: function(server) {
|
||||
// don't show the panel for news, rss, or local accounts
|
||||
return (server.type != "nntp" && server.type != "rss" &&
|
||||
server.type != "im" && server.type != "none");
|
||||
server.type != "none");
|
||||
},
|
||||
|
||||
QueryInterface: XPCOMUtils.generateQI([Components.interfaces.nsIMsgAccountManagerExtension]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue