Re: [0.95.4i bug] bindings

1999-04-03 Thread Randall J. Million
I have asked about this before, but there is no way to unbind a key. (You can bind to noop, but this will not allow the generic binding to work.) To have it truly work like it should, you must also add bind index $ last-entry You must add them to any other menuin which '$' is already defined, ma

send-hook and attribution

1999-04-03 Thread Renaud Colinet
Hi, can anyone tell me why the following line will cause an error: send-hook . set attribution="on %d, %n wrote:" With this line i get the message: error %d, unknown variable. I've tried several combinations of quotes, without success. The command 'set attribution="on %d, %n wrote:"' (without t

Re: send-hook and attribution

1999-04-03 Thread David Ellement
On 990403, at 17:59:31, Renaud Colinet wrote: > can anyone tell me why the following line will cause an error: > send-hook . set attribution="on %d, %n wrote:" Try: send-hook . 'set attribution="on %d, %n wrote:"' The first set of quotes get consumed when the send-hook is parsed. -- David

Re: send-hook and attribution

1999-04-03 Thread Renaud Colinet
on Apr 03, David Ellement wrote: > On 990403, at 17:59:31, Renaud Colinet wrote: > > can anyone tell me why the following line will cause an error: > > send-hook . set attribution="on %d, %n wrote:" > > Try: > > send-hook . 'set attribution="on %d, %n wrote:"' > > The first set of quotes ge

Re: editing a message with the headers

1999-04-03 Thread Erwan David
Le Fri 02/04/1999, Vincent Lefevre disait > On Fri, Apr 02, 1999 at 20:47:00 +0200, Erwan David wrote: > > For the Content-Type, you can change it just before writing > > back in the folder by using ^t, like when you send a mail. > > Thanks, I hadn't thought about that. However, a co

Installing LBDB problem

1999-04-03 Thread Rejo
Hello, When trying to get LBDB installed it tells me mutt_dotlock is not on my system. When i do ./configure i get ERROR: mutt_dotlock is required to build this package. ERROR: You can get it from the mutt package's source code. I guess this should be fixed when compiling Mutt, but i'm not able

Installing LBDB problem

1999-04-03 Thread Rejo
Hello, When trying to get LBDB installed it tells me mutt_dotlock is not on my system. When i do ./configure i get ERROR: mutt_dotlock is required to build this package. ERROR: You can get it from the mutt package's source code. I guess this should be fixed when compiling Mutt, but i'm not able

Re: pop support

1999-04-03 Thread rfi from Rich Roth
On Wed, Mar 31, 1999 at 03:36:35PM -0500, David Shaw wrote: > Actually, there is some sort of POP magic that can be used to send mail > via the POP daemon. I don't know how widely supported it is. I suppose Never heard of it - Sounds like some nifty idea the spec writer threw in that no one ha

index expressions

1999-04-03 Thread Steve Kondik
i've been attempting to use some expressions to colorize lines in the index listing based on which mailing list it's from.. unfortunately, using say, "debian" to colorize everything from debian.org only grabs certain ones.. what am i missing here? steve

Re: pop support

1999-04-03 Thread James FitzGibbon
* rfi from Rich Roth ([EMAIL PROTECTED]) [990403 17:02]: > > Actually, there is some sort of POP magic that can be used to send mail > > via the POP daemon. I don't know how widely supported it is. I suppose > > Never heard of it - Sounds like some nifty idea the spec writer threw in > that no