Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Permanently add Reply To headers in Mail.app' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Permanently add Reply To headers in Mail.app
Authored by: carsten on Apr 09, '03 05:36:46PM
Thanks, this an excellent hint!

Too bad Apple didn't include a preference within Mail.app to add custom headers like other e-mail programs do.

I'm using this method to add an X-Accept-Language: header to my outgoing email:


defaults write com.apple.mail UserHeaders '{"X-Accept-Language" = "en-ca, en, de";}'
(See also: http://www.habeas.com/pipermail/technical-discussion/2002-November/000011.html)

[ Reply to This | # ]