On Sat, Jan 29, 2000 at 04:18:47AM -0500, Jim Breton wrote:
> As some of you may remember I just "discovered" Mutt only a few days ago.
> Well, those few days have been awesome, Mutt is unbelievable!    
I hope you discover the "74 characters wrapping" feature of your editor real
soon now :)

> For one, I'm always wondering if anyone has any patches for matching on
> something other than the beginning of a Subject line....  ;-)  
You can match Subject, To, From, whatever.
 
> Also: is it possible to change header settings without changing folders
> (where I am using folder-hooks to change headers)?  Something like a macro.

Use this for example:

set default_hook="~t %s"
send-hook .* "my_hdr From: Ralf Hildebrandt <[EMAIL PROTECTED]>"
send-hook .* 'unset pgp_autoencrypt'

send-hook ^.*(postmaster|hostmaster|abuse)@ "my_hdr From: Ralf Hildebrandt 
<[EMAIL PROTECTED]>"
send-hook ^.*(majordomo|listserv|request|lug-bs) 'set signature=""'
send-hook ^.*(majordomo|listserv|request|lug-bs) 'unset pgp_autosign'

(if mailing to a list, unset PGP and signature)
(if mailing to abuse, hostmaster or postmaster, change From:)

> Lastly, is there an address-book-ish feature where I can type a
> common-name like "Jim" and it will expand the address to
> "[EMAIL PROTECTED]"?  Would aliases in my .muttrc do this?   

Yup.

-- 
Ralf Hildebrandt <[EMAIL PROTECTED]> www.stahl.bau.tu-bs.de/~hildeb
If M$ only employs the best programmers, how comes the programs are so bad? 

Reply via email to