Closed (fixed)
Project:
Mailhandler
Version:
6.x-2.x-dev
Component:
Mailhandler
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 22:55 UTC
Updated:
28 Aug 2013 at 18:01 UTC
Straight from e-mail with Dane Powell:
Right now there's no way to set the input format dynamically. I can think of a couple of solutions- the best long-term solution is probably to write a Mailhandler command plugin that sets an 'input format' mapping source dynamically depending on what type of body exists.
You'll then need to apply the patch at http://drupal.org/node/840142 so that you can set the input format as a target.
Comments
Comment #1
danepowell commentedThanks for posting this as an issue. I'll try to take care of it on the next round of commits (not sure at this point when that will be)
Comment #2
obrienmd commentedApparently I'm really excited about this. I posted a dupe at http://drupal.org/node/1457220 and immediately closed it when I realized what I'd done :)
Comment #3
danepowell commentedHeh, I'm excited for it too and can't wait to get 2.5 out the door. I don't think I have time for another round of commits until late March / early April though.
Comment #4
obrienmd commentedCool! Looking forward to seeing what you have in store.
Comment #5
danepowell commentedMarked #1587582: Type command not being processed on nodes attached to feed import as dupe.
Is this not already possible? I haven't tried, but just thinking about it- can't you just apply the patch at #840142: How can the created nodes be assigned their correct language? (and other "core" fields...), and then make 'type' an available command and set it using a text string?
Comment #6
danepowell commentedGoing to assume that this is fixed by using the Feeds patch above, unless you say otherwise.