Re: [rt-users] HTML -> text conversion

2015-03-31 Thread Vlad Shpolyanskiy
On Tue, Mar 31, 2015 at 10:45 AM, Alex Vandiver wrote: > > > If the w3m binary is already installed, but not > in /sbin, /bin, /usr/sbin, or /usr/bin (the $PATH listed above), then > you'll need to set $HTMLFormatter to the full path to the w3m binary > itself -- not the .pm file. > > - Alex > T

Re: [rt-users] HTML -> text conversion

2015-03-31 Thread Alex Vandiver
On Tue, 31 Mar 2015 09:31:38 +0300 Vlad Shpolyanskiy wrote: > [warning]: Could not find or run external 'w3m' HTML formatter in $PATH > (/sbin:/bin:/usr/sbin:/usr/bin) -- you may need to install it or provide > the full path (/usr/local/lib/perl5/site_perl/RT/Interface/Email.pm:1849) This means t

Re: [rt-users] HTML -> text conversion

2015-03-30 Thread Vlad Shpolyanskiy
Hi! Please, see my comments below. 30 марта 2015 г. 20:05 пользователь "Alex Vandiver" < ale...@bestpractical.com> написал: > > On Mon, 30 Mar 2015 13:18:03 +0300 "Vlad V. Shpolyanskiy" > wrote: > > But while adding to RT_siteconfig string > > Set($HTMLFormatter, '/usr/local/lib/perl5/site_perl/H

Re: [rt-users] HTML -> text conversion

2015-03-30 Thread Alex Vandiver
On Mon, 30 Mar 2015 13:18:03 +0300 "Vlad V. Shpolyanskiy" wrote: > But while adding to RT_siteconfig string > Set($HTMLFormatter, '/usr/local/lib/perl5/site_perl/HTML/FormatText/W3m.pm'); If you want to use w3m, all you need is: Set($HTMLFormatter, 'w3m'); The reference to setting a full pa

[rt-users] HTML -> text conversion

2015-03-30 Thread Vlad V. Shpolyanskiy
Hi! While running fresh install of RT 4.2.10 on FreeBSD I get the following messages in log: [71710] [Mon Mar 30 09:49:26 2015] [info]: Using internal Perl HTML -> text conversion (/usr/local/lib/perl5/site_perl/RT/Interface/Email.pm:1818) Somehow RT does not see HTML::FormatExternal installed.