[imp] [SOLVED] Horde5 : viewing full header ?
barış tombul
bbtombul at gmail.com
Tue Nov 6 19:42:05 UTC 2012
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 <techie at costacurta.org>
> 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: imp-unsubscribe at lists.horde.**org<imp-unsubscribe at lists.horde.org>
>
More information about the imp
mailing list