[Tickets #7912] Re: ICS attachment does not generate Action drop down box

bugs at horde.org bugs at horde.org
Fri Jan 30 08:41:25 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7912
------------------------------------------------------------------------------
  Ticket             | 7912
  Updated By         | dom.lalot at gmail.com
  Summary            | ICS attachment does not generate Action drop down box
  Queue              | DIMP
  Version            | 1.1.1
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


dom.lalot at gmail.com (2009-01-30 03:41) wrote:

>> This doesn't appear on the Dimp Roadmap page, but it is similar to
>> crypt support (PGP/SMIME) in DIMP 1.x - namely, it's never going to
>> happen there.  Crypting works with newer versions of DIMP (IMP 5.0),
>> but I personally don't have any plans to fix the ICS stuff because I
>> never use it.  The other devs will most likely eventually fix it up.
>
> Mickael,
>
> In a groupware, that's very important that all the tools are working
> together. So, if in kronolith I add attendees to an event, it seems
> reasonable that dimp should be able to let users validate their
> participation.
> And there is probably a part of imp working under dimp I suppose, as
> the look and feel is very similar.
>
> You say: no plan. OK, why not. But as half of the work is done, I
> have no possibilities to view the ics attachment (no link to attach
> file) and also no way to click on a link.
>
> Just doing nothing, would be better.
>
> Regards
>
> Dom
>
> PS: We believed that it was the time to use the groupware
> functionalities but without dimp managing kronolith events, we will
> wait. By the way, if you have no plan, could you indicate which part
> of the code we would have to patch to get it working?

A colleague found a work around, so we can wait for the next release,  
if we want a better look and feel

In imp/config/prefs.php
$_prefs['alternative_display'] = array(
     'value' => 'below',
     'locked' => false,
     'shared' => false,
     'type' => 'enum',
     'enum' => array('above'   => _("Above the message text"),
                     'below' => _("Below the message text"),
                     'none'   => _("Not at all")),
     'desc' => _("Where do you want to display links to alternative  
formats of a message?"));


dans imp/config/mime_drivers.php
$mime_drivers['imp']['itip'] = array(
     'inline' => false,
     'handles' => array(
         'text/calendar', 'text/x-vcalendar'
     ),
     'icons' => array(
         'default' => 'itip.png'
     )
);








More information about the bugs mailing list