- Subject: Re: Setting the From: and Reply-to: Headers in Jed
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Thu, 4 Dec 2008 09:07:29 -0500
Duke <dukeofperl@xxxxxxx> wrote:
> This message is being written from the Pine MUA using Jed in
> mail_mode. However I would like to sometimes email stuff while in a
> Jed session. Is there a way to set the subject headers in the various
> jed comfig files?
If you use jed's mailedit_mode, then you can customize the headers in
a mailedit_mode_hook. You can enable mailedit_mode via the mail_hook
e.g.,
define mail_hook()
{
mailedit_mode ();
local_setkey ("mail_send", "^C^C");
local_setkey ("mail_kill_buffer", "^Xk");
}
See mailedit.sl for details. Also mailutils.sl might be useful for
manipulating headers.
Good luck,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2008 date index]
[2008 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]