Re: html message handling in pan-0.120
"Anuj Verma (Kevin)" <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 21 Jan 2007 10:39:15 -0600, Charles Kerr wrote: > I wonder if we're using different versions of links, because piping > content in through stdin works for me: > > [charles@localhost ~]$ rpm --query elinks elinks-0.11.1-5.1 > [charles@localhost ~]$ cat foo > hello<br>world > [charles@localhost ~]$ cat foo | /usr/bin/elinks -dump > hello > world > [charles@localhost ~]$ > > cheers, > Charles Charles, Same here: [averma@localhost ~]$ rpm -q elinks elinks-0.11.1-5.1 [averma@localhost ~]$ cat > foo hello<br>world [averma@localhost ~]$ cat foo | /usr/bin/elinks -dump hello world I'll continue to look into this and will positively report in this thread. Though the stderr is as reported. Cheers, Kevin