On Fri, Oct 08, 1999 at 12:44:09PM -0500, Jeremy Blosser wrote:
> rex [[EMAIL PROTECTED]] wrote:
> > The (I think) ideal solution would be for Mutt to offer the option to
> > edit the message after "bounce" is selected.
>
> In the stable branch there is an 'edit-message' function that may do what
> you want. This is being reworked currently in the unstable (dev) branch to
> include separate 'edit-message' and 'resend-message' functions -- that
> 'resend-message' is going to be what you want, but the existing
> 'edit-message' may do it for you.
Thanks, but it doesn't work. If the message is edited ("e") before the
attempted bounce, "b" brings up a "Bcc:" query rather than bouncing
the message as it would had the message not been edited. In other words,
there is apparently no way to bounce after editing.
I'd change the sendmail call in .muttrc to call a shell script to allow
me to edit the message before calling sendmail, but I don't know how
to pass the message to the shell script. IOW, I don't know how/where
sendmail is getting the message. The line in .muttrc is
set sendmail="usr/lib/sendmail -oi -oem"
I can't find any docs on what "-oi" and "-oem" do.
-rex (frustrated, again)