Rodrigo Abantes Antunes | 10 Jul 2012 21:21
Picon

Message Viewing

Hi, I cant't see the option "For messages with alternative  
representations of the text part, which part should we display?" in  
message viewing options for imp. It is already showing advanced  
preferences. The section for this option in prefs.php is the default:

$_prefs['alternative_display'] = array(
     'value' => 'html',
     'advanced' => true,
     'type' => 'enum',
     'enum' => array(
         'html' => _("HTML part"),
         'text' => _("Plaintext part")
     ),
     'desc' => _("For messages with alternative representations of the  
text part, which part should we display?")
);

Thanks

-- 
Rodrigo Abrantes Antunes
Técnico em Tecnologia da Informação
Coordenadoria de Manutenção e Redes
Instituto Federal Sul-rio-grandense - Campus Pelotas

--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
Jan Schneider | 11 Jul 2012 11:05
Favicon
Gravatar

Re: Message Viewing


Zitat von Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:

> Hi, I cant't see the option "For messages with alternative  
> representations of the text part, which part should we display?" in  
> message viewing options for imp. It is already showing advanced  
> preferences. The section for this option in prefs.php is the default:
>
> $_prefs['alternative_display'] = array(
>     'value' => 'html',
>     'advanced' => true,
>     'type' => 'enum',
>     'enum' => array(
>         'html' => _("HTML part"),
>         'text' => _("Plaintext part")
>     ),
>     'desc' => _("For messages with alternative representations of  
> the text part, which part should we display?")
> );

Works fine here, IMP 6.
-- 
Jan Schneider
The Horde Project
http://www.horde.org/

--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
(Continue reading)

Rodrigo Abantes Antunes | 11 Jul 2012 14:01
Picon

Re: Message Viewing

Any config I could have done in imp or horde that could have locked  
this pref? I use horde 4.0.15 and imp 5.0.21.

-- 
Rodrigo Abrantes Antunes
Técnico em Tecnologia da Informação
Coordenadoria de Manutenção e Redes
Instituto Federal Sul-rio-grandense - Campus Pelotas

Quoting Jan Schneider <jan <at> horde.org>:

> Zitat von Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:
>
>> Hi, I cant't see the option "For messages with alternative  
>> representations of the text part, which part should we display?" in  
>> message viewing options for imp. It is already showing advanced  
>> preferences. The section for this option in prefs.php is the default:
>>
>> $_prefs['alternative_display'] = array(
>>    'value' => 'html',
>>    'advanced' => true,
>>    'type' => 'enum',
>>    'enum' => array(
>>        'html' => _("HTML part"),
>>        'text' => _("Plaintext part")
>>    ),
>>    'desc' => _("For messages with alternative representations of  
>> the text part, which part should we display?")
>> );
>
(Continue reading)

Rodrigo Abantes Antunes | 11 Jul 2012 15:13
Picon

Re: Message Viewing

Hi, in the old version I have (horde 4.0.14, imp 5.0.18) it worked  
fine and I simulated in a vm an update to the latest and the option  
don't appear anymore. I tried a fresh install too and the option isn't  
there. Was this option removed from version 5.0.18 to 5.0.21 in imp?

-- 
Rodrigo Abrantes Antunes
Técnico em Tecnologia da Informação
Coordenadoria de Manutenção e Redes
Instituto Federal Sul-rio-grandense - Campus Pelotas

Quoting Jan Schneider <jan <at> horde.org>:

> Zitat von Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:
>
>> Hi, I cant't see the option "For messages with alternative  
>> representations of the text part, which part should we display?" in  
>> message viewing options for imp. It is already showing advanced  
>> preferences. The section for this option in prefs.php is the default:
>>
>> $_prefs['alternative_display'] = array(
>>    'value' => 'html',
>>    'advanced' => true,
>>    'type' => 'enum',
>>    'enum' => array(
>>        'html' => _("HTML part"),
>>        'text' => _("Plaintext part")
>>    ),
>>    'desc' => _("For messages with alternative representations of  
>> the text part, which part should we display?")
(Continue reading)

Jan Schneider | 11 Jul 2012 15:40
Favicon
Gravatar

Re: Message Viewing

Don't top-post.

Zitat von Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:

>
> Quoting Jan Schneider <jan <at> horde.org>:
>
>> Zitat von Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:
>>
>>> Hi, I cant't see the option "For messages with alternative  
>>> representations of the text part, which part should we display?"  
>>> in message viewing options for imp. It is already showing advanced  
>>> preferences. The section for this option in prefs.php is the  
>>> default:
>>>
>>> $_prefs['alternative_display'] = array(
>>>   'value' => 'html',
>>>   'advanced' => true,
>>>   'type' => 'enum',
>>>   'enum' => array(
>>>       'html' => _("HTML part"),
>>>       'text' => _("Plaintext part")
>>>   ),
>>>   'desc' => _("For messages with alternative representations of  
>>> the text part, which part should we display?")
>>> );
>>
>> Works fine here, IMP 6.
> Hi, in the old version I have (horde 4.0.14, imp 5.0.18) it worked  
> fine and I simulated in a vm an update to the latest and the option  
(Continue reading)

Rodrigo Abantes Antunes | 11 Jul 2012 16:19
Picon

Re: Message Viewing

The option $_prefs['alternative_display'] isn't present in your demo, why?

-- 
Rodrigo Abrantes Antunes
Técnico em Tecnologia da Informação
Coordenadoria de Manutenção e Redes
Instituto Federal Sul-rio-grandense - Campus Pelotas

--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
Michael M Slusarz | 11 Jul 2012 18:21
Favicon
Gravatar

Re: Message Viewing

Quoting Rodrigo Abantes Antunes <rodrigoantunes <at> pelotas.ifsul.edu.br>:

> The option $_prefs['alternative_display'] isn't present in your demo, why?

Because we don't allow HTML message viewing.  alternative_display  
won't show up if this is the case because it has no effect.

michael

___________________________________
Michael Slusarz [slusarz <at> horde.org]

--

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org


Gmane