Since many different Feeds sources can pull from a single Mailhandler mailbox (including comment importers, which don't support commands), it probably makes more sense for "default commands" to be configured on a per-importer or per-source node basis. I'm not sure which is most appropriate, any opinions?
Note that this wouldn't change how commands are processed, just where they're configured by users.
Comments
Comment #1
Ian Ward commentedI agree, makes sense. Per importer sounds good; they'll then be easily exportable (w/ the importer).
Comment #2
danepowell commentedTagging to keep track of issues related to the mailhandler-2.x/notifications-4.x workflow
Comment #3
danepowell commentedComment #4
danepowell commentedDone- note that with this commit I also changed the parameters for command parsers and processors, since they no longer need a copy of the mailbox object. Also note that signature separation, although it can be configured, still doesn't work (it has never been implemented in 2.x)- that's a separate issue.