Right, those braces now logically link those two recipes together into one
unit.
On Tue, 18 Sep 2007, Michelle Konzack wrote:
Am 2007-09-14 16:54:27, schrieb Jude DaShiell:
# create backup for de-html'd email
:0 c
* ^Content-Type: text/html
de-html-backup
# de-html
:0 fbw
* ^Content-Type:[
Am 2007-09-14 16:54:27, schrieb Jude DaShiell:
> # create backup for de-html'd email
> :0 c
> * ^Content-Type: text/html
> de-html-backup
>
> # de-html
> :0 fbw
> * ^Content-Type:[ ]*text/html
> | lynx -dump -stdin -nolist \
> && echo "" \
> && echo "===
Am 2007-09-14 18:15:39, schrieb Richard Lyons:
> My mutt doesn't do that. Just gives me a blank page (i.e. the contents
> of the empty email without the html attachment). Anyway I want to have
> the html stripped of tags to reply to.
- END OF REPLIED MESSAGE --
On Fri, Sep 14, 2007 at 06:09:14PM +0100, Richard Lyons wrote:
> On Fri, Sep 14, 2007 at 09:33:37AM -0700, Andrew Sackville-West wrote:
> > that's what others were saying about using procmail (or some other
> > MDA) to pipe the message through a console based html reader and
> > dumping the outpu
On Sat, Sep 15, 2007 at 07:59:13PM +0200, s. keeling wrote:
> Ron Johnson <[EMAIL PROTECTED]>:
> >
> > On 09/13/07 17:36, Richard Lyons wrote:
> > > This is becoming more of a problem. There is a growing number of firms
> > > that are incapable of sending out normal emails. They insist on send
Ron Johnson <[EMAIL PROTECTED]>:
>
> On 09/13/07 17:36, Richard Lyons wrote:
> > This is becoming more of a problem. There is a growing number of firms
> > that are incapable of sending out normal emails. They insist on sending
> > blank messages with an html attachment only. Of course this is
On Fri, Sep 14, 2007 at 02:18:08PM -0700, John L Fjellstad wrote:
> Richard Lyons <[EMAIL PROTECTED]> writes:
>
> >> I fail to see why you couldn't write a filter (using maildrop or
> >> procmail) to pipe the message through w3m -dump (or links -dump) before
> >> storing the message.
> >
> > Than
On Fri, Sep 14, 2007 at 10:42:00PM -0500, Jude DaShiell wrote:
> If there's another plumbing facility like lynx that can move parts into
> message bodies that could be attached to the lynx pipe so the message
> first goes through the part shifter and then goes through lynx.
Jude thanks for your
If there's another plumbing facility like lynx that can move parts into
message bodies that could be attached to the lynx pipe so the message
first goes through the part shifter and then goes through lynx.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Troubl
Richard Lyons <[EMAIL PROTECTED]> writes:
>> I fail to see why you couldn't write a filter (using maildrop or
>> procmail) to pipe the message through w3m -dump (or links -dump) before
>> storing the message.
>
> Thanks John. That seems to be the definitively best way to go. I just
> have to wor
What I have over here appears to be working since the de-html-backup file
already has 29 lines of text in it. So here's a little patch to be placed
in the .procmailrc file above the default recipe if one exists.
Cut here:
# create backup for de-html'd email
:0 c
* ^Content-Type: text/html
de-
On Sat, Sep 15, 2007 at 06:54:46AM +1000, Alex Samad wrote:
> On Fri, Sep 14, 2007 at 09:32:39AM -0700, Andrew Sackville-West wrote:
> > On Fri, Sep 14, 2007 at 09:02:56AM -0700, John L Fjellstad wrote:
> > > Richard Lyons <[EMAIL PROTECTED]> writes:
> > >
> > > > Obviously a better method, yes.
On Fri, Sep 14, 2007 at 03:50:13PM -0500, Jude DaShiell wrote:
> I have a couple procmail scripts that can deal with html messages provided
> the html is in the main message body. What they do is to backup the
> message first to another folder; then they run the message contents
> through lynx
On Fri, Sep 14, 2007 at 08:29:48PM +0300, Andrei Popescu wrote:
> Richard Lyons <[EMAIL PROTECTED]> wrote:
>
> > Sounds a good idea. I'll have to wait till I'm feeling strong before
> > starting on that though. Procmail scares me.
>
> What about maildrop?
After a lightning skim of the man pa
On Fri, Sep 14, 2007 at 09:10:44AM +0100, Richard Lyons wrote:
> On Fri, Sep 14, 2007 at 12:24:03AM +0100, Benjamin A'Lee wrote:
> > In .muttrc:
> > auto_view text/html
> >
> > In .mailcap:
> > text/html; w3m -dump -T text/html '%s'; copiousoutput
> > text/html; lynx -dump '%s'; copiou
On Fri, Sep 14, 2007 at 09:32:39AM -0700, Andrew Sackville-West wrote:
> On Fri, Sep 14, 2007 at 09:02:56AM -0700, John L Fjellstad wrote:
> > Richard Lyons <[EMAIL PROTECTED]> writes:
> >
> > > Obviously a better method, yes. But when I reply, I will not get the
> > > received text quoted ready
I have a couple procmail scripts that can deal with html messages provided
the html is in the main message body. What they do is to backup the
message first to another folder; then they run the message contents
through lynx -dump -stdin -nolist and back out into the message stream.
They also p
Richard Lyons <[EMAIL PROTECTED]> wrote:
> Sounds a good idea. I'll have to wait till I'm feeling strong before
> starting on that though. Procmail scares me.
What about maildrop?
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
sign
On Thu, Sep 13, 2007 at 08:55:46PM -0700, John L Fjellstad wrote:
> Richard Lyons <[EMAIL PROTECTED]> writes:
>
> > Here is the thought that struck me: could I in principle write a script
> > to take such void plus html messages, strip the tags (replacing URLs
> > when the href text doesn't have
On Fri, Sep 14, 2007 at 09:02:56AM -0700, John L Fjellstad wrote:
> Richard Lyons <[EMAIL PROTECTED]> writes:
>
> > Obviously a better method, yes. But when I reply, I will not get the
> > received text quoted ready for editing if the email is void.
>
> If you click on v, and select the text/h
On Fri, Sep 14, 2007 at 09:33:37AM -0700, Andrew Sackville-West wrote:
> On Fri, Sep 14, 2007 at 09:10:44AM +0100, Richard Lyons wrote:
> > On Fri, Sep 14, 2007 at 12:24:03AM +0100, Benjamin A'Lee wrote:
> >
> > > On Thu, Sep 13, 2007 at 05:46:21PM -0500, Ron Johnson wrote:
> > > > -BEGIN PGP
On Fri, Sep 14, 2007 at 09:10:44AM +0100, Richard Lyons wrote:
> On Fri, Sep 14, 2007 at 12:24:03AM +0100, Benjamin A'Lee wrote:
>
> > On Thu, Sep 13, 2007 at 05:46:21PM -0500, Ron Johnson wrote:
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > >
> > > On 09/13/07 17:36, Richard Lyon
On Fri, Sep 14, 2007 at 09:02:56AM -0700, John L Fjellstad wrote:
> Richard Lyons <[EMAIL PROTECTED]> writes:
>
> > Obviously a better method, yes. But when I reply, I will not get the
> > received text quoted ready for editing if the email is void.
>
> If you click on v, and select the text/ht
Richard Lyons <[EMAIL PROTECTED]> writes:
> Obviously a better method, yes. But when I reply, I will not get the
> received text quoted ready for editing if the email is void.
If you click on v, and select the text/html version of the message and
click on r, mutt will quote the text/html versio
On Fri, Sep 14, 2007 at 12:24:03AM +0100, Benjamin A'Lee wrote:
> On Thu, Sep 13, 2007 at 05:46:21PM -0500, Ron Johnson wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On 09/13/07 17:36, Richard Lyons wrote:
[...]
> > > could I in principle write a script to take such void pl
Richard Lyons <[EMAIL PROTECTED]> writes:
> Here is the thought that struck me: could I in principle write a script
> to take such void plus html messages, strip the tags (replacing URLs
> when the href text doesn't have it) and write the bare text back into
> the source email so that I can see it
On Thu, Sep 13, 2007 at 05:46:21PM -0500, Ron Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 09/13/07 17:36, Richard Lyons wrote:
> > This is becoming more of a problem. There is a growing number of firms
> > that are incapable of sending out normal emails. They insist o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/13/07 17:36, Richard Lyons wrote:
> This is becoming more of a problem. There is a growing number of firms
> that are incapable of sending out normal emails. They insist on sending
> blank messages with an html attachment only. Of course this
28 matches
Mail list logo