nano /usr/share/horde/imp/lib/Dynamic/Mailbox.php

....

            'spam' => _("Report as Spam"),
            'innocent' => _("Report as Innocent"),
            'blacklist' => _("Blacklist"),
            'whitelist' => _("Whitelist"),
            'delete' => _("Delete"),
            'undelete' => _("Undelete"),
            '_sub3' => array(
                '_sep3' => null,
                'source' => _("View Source")
            )
        );

.....


edit

...

            'spam' => _("Report as Spam"),
            'innocent' => _("Report as Innocent"),
            'blacklist' => _("Blacklist"),
            'whitelist' => _("Whitelist"),
            'delete' => _("Delete"),
            'undelete' => _("Undelete"),
            'source' => _("View Source")
        );

......




2012/11/6 Bruno Costacurta <[email protected]>

> is it currently possible under Horde5 to view the full header of an
>>> email ?
>>>
>>
>> $conf['user']['allow_view_**source'] = true;
>>
>> Then in IMP, "Other Options" - "View Source"
>>
>>
> It works now. Thanks.
> note : 'View Source' is available within the complete view of the message,
> not from the message list.
>
> --
> Linux Counter # 353844
> https://linuxcounter.net/user/**353844.html<https://linuxcounter.net/user/353844.html>
>
> --
> imp mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: 
> [email protected].**org<[email protected]>
>
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to