Re: send-hooks

2000-08-13 Thread Wari Wahab
Well, well, well, after looking around, it doesn't help to have a send-hook . 'my_hdr From: Wari Wahab <[EMAIL PROTECTED]>' ;) Talk about massive oversight ;) Thanks dude * Suresh Ramasubramanian <[EMAIL PROTECTED]> [000814 11:02]: > Using a large mallet, Wari Wahab whacked out: > > How do I se

Re: send-hooks

2000-08-13 Thread Suresh Ramasubramanian
Using a large mallet, Wari Wahab whacked out: > How do I send a mail as a different user if I recieved the mails as the > other users... (Is that proper english?;).. For example, if someone > sends a mail to [EMAIL PROTECTED], I want to reply it as > [EMAIL PROTECTED] Get what I mean? Can't seem

send-hooks

2000-08-13 Thread Wari Wahab
Hi there, I've seen send-hooks that react to sending via a different email account if the recipient in so and so... send-hook [EMAIL PROTECTED] 'my_hdr From: [EMAIL PROTECTED]' How do I send a mail as a different user if I recieved the mails as the other users... (Is that proper english?;)..

send-hooks matching "all" users - how?

2000-08-13 Thread Randall Hopper
Send hooks engage if the pattern matches "any" recipient. How do I construct one that engages only if the pattern matches "all" recipients. For example: unset pgp_autoencrypt send-hook (jim|john|joe)@home.com "set pgp_autoencrypt" This will PGP encrypt if jim, john,

Re: Erm, mutt mode

2000-08-13 Thread Ben H
On Sun, Aug 06, 2000 at 07:11:50PM +1000, iain truskett wrote: > > anyone know of a vim (or vi* clone) mutt mode? > > Well, there's the supplied mode for .muttrc files. > > > also anyone use any cool .vimrc (or clone) things for mutt editing? > > I have the following in my .vimrc: (note: some

Re: not quoting signature on replies

2000-08-13 Thread Mikko Hänninen
Vincent Lefevre <[EMAIL PROTECTED]> wrote on Sun, 13 Aug 2000: > Perhaps it should have been written "line editor" instead of > "editor". Yes, agreed, it should be written like that. Feel free to provide a documentation patch. :-) Mikko -- // Mikko Hänninen, aka. Wizzu // [EMAIL PROTECTED]

Re: not quoting signature on replies

2000-08-13 Thread Vincent Lefevre
On Sat, Aug 12, 2000 at 20:13:05 +0300, Mikko Hänninen wrote: > The editor that the manual is referring to is the one-line editor, used > for getting various strings from the user (eg. email address to send > mail to, email's subject, the : command line, etc...) Perhaps it should have been writte

Re: not quoting signatures on reply

2000-08-13 Thread Caster
Hello Mutt Users! On nie 13 sie 2000 18:57:31 GMT iain truskett and Christian Schult wrote: >set editor="vim -c \":normal 2/^$/^M\" %s" Tkanks :) I didn't know of ^M. > That's for vim. My brain hurts doing it for vi all in vi, so your awk > solution works there =) In fact it's not mine sol

Re: "From " header 'problem'

2000-08-13 Thread Mikko Hänninen
Gerard Beekmans <[EMAIL PROTECTED]> wrote on Sun, 13 Aug 2000: > I was just wondering if there was an easy way to break mutt to accept > malformed headers. It's a lot harder to make Kmail behave correctly than > some other app to behave incorrectly ;) I doubt it would be "difficult" (relatively s

Re: "From " header 'problem'

2000-08-13 Thread Gerard Beekmans
> Gerard Beekmans <[EMAIL PROTECTED]> wrote on Sat, 12 Aug 2000: > > The problem is that as soon as the "From " header contains the author's > > name, mutt doesn't recognize the message and skips it. > > What do you mean with "doesn't recognise the message and skips it"? > Do you mean that it be

Re: "From " header 'problem'

2000-08-13 Thread Mikko Hänninen
Gerard Beekmans <[EMAIL PROTECTED]> wrote on Sat, 12 Aug 2000: > The problem is that as soon as the "From " header contains the author's > name, mutt doesn't recognize the message and skips it. What do you mean with "doesn't recognise the message and skips it"? Do you mean that it becomes part of

Re: not quoting signatures on reply

2000-08-13 Thread Christian Schult
* Caster wrote: > On sob 12 sie 2000 16:05:27 GMT iain truskett wrote: > > Clever, but only useful if your vi clone doesn't support something like: > > set editor="vim +/^$/+1" > Notice, that moving the cursor to the line that comes exactly after the > first blank line is no what I want. I ne

Re: not quoting signatures on reply

2000-08-13 Thread iain truskett
* Caster ([EMAIL PROTECTED]) [13 Aug 2000 18:29]: > On sob 12 sie 2000 16:05:27 GMT iain truskett wrote: > > Clever, but only useful if your vi clone doesn't support something > > like: set editor="vim +/^$/+1" > Notice, that moving the cursor to the line that comes exactly after > the first blan

Re: not quoting signatures on reply

2000-08-13 Thread Caster
Hello Mutt Users! On sob 12 sie 2000 16:05:27 GMT iain truskett wrote: > Clever, but only useful if your vi clone doesn't support something like: > set editor="vim +/^$/+1" Notice, that moving the cursor to the line that comes exactly after the first blank line is no what I want. I need vi to