send-hook not working
- To: mutt-users@xxxxxxxx
- Subject: send-hook not working
- From: "mal content" <artifact.one@xxxxxxxxxxxxxx>
- Date: Sun, 16 Jul 2006 21:38:39 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nGHdFaN8JJdoeKyx6ULxNJIID86ls7P4Kve7MxkcCgfCNDip/nRknIMjM7lcjXqtD7HHA0wXwo3vGTIjIfFJUJ3nCPhqw5F+tFVemkIE9CxqMG86tbvU64RavglJnopJAvc06vN2yC5uGZ9cx8dxT79bwxrMGq2zXAuLIbRibdc=
- List-unsubscribe: <mailto:mutt-users-request@mutt.org?body=unsubscribe>
- Sender: owner-mutt-users@xxxxxxxx
Hi.
I'm using more than one account, specifically I'm using googlemail
via POP3 and I'd like to make it so that mail addressed to my googlemail
account gets the correct From: header set in replies.
I have the following:
send-hook . "my_hdr From: defaultaccount@xxxxxxxxxxx"
send-hook "~C artifact.one@xxxxxxxxxxxxxx" "my_hdr From:
artifact.one@xxxxxxxxxxxxxx"
Am I missing something here? Replies always just get the defaultaccount@
example.com address.
One thing: I have another send-hook statement further down in the file
to deal with PGP, is this likely to affect the previous statement? Can
there be multiple send-hooks in this way?
The statement is:
send-hook . unset pgp_autoencrypt
thanks,
MC