summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/extensions/bayesian-spam-filter/components.conf
blob: 98fe2d6aeb9a4c9f89f2b0c81e0a0241d9a6f677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, you can obtain one at http://mozilla.org/MPL/2.0/.

Classes = [
    {
        "cid": "{f1070bfa-d539-11d6-90ca-00039310a47a}",
        "contract_ids": ["@mozilla.org/messenger/filter-plugin;1?name=bayesianfilter"],
        "type": "nsBayesianFilter",
        "init_method": "Init",
        "headers": [
            "/comm/mailnews/extensions/bayesian-spam-filter/nsBayesianFilter.h"
        ],
    },
]