-kevin- <[EMAIL PROTECTED]> wrote on Thu, 01 Jun 2000:
> In short, my preference would be that if you send a message,
> regarless of its origin, it should be treated as a new message, as
> though composed in the usual manner.
I don't know about the date stuff, but here's an untested patch for
making Mutt put default Fcc headers for messages that are being sent
with resend-message.
Untested due to lack of time. :-) So if someone does try it out, I'd
be happy to hear of the results. The change itself is simple enough.
Regards,
Mikko
--
// Mikko H�nninen, aka. Wizzu // [EMAIL PROTECTED] // http://www.iki.fi/wiz/
// The Corrs list maintainer // net.freak // DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
When I try to get a life... I always get either 404 or server timeout. :-(
--- send.c.orig Tue Mar 14 00:36:56 2000
+++ send.c Mon May 29 04:17:18 2000
@@ -1267,7 +1267,7 @@
/* specify a default fcc. if we are in batchmode, only save a copy of
* the message if the value of $copy is yes or ask-yes */
- if (!fcc[0] && !(flags & (SENDRESEND|SENDPOSTPONED)) && (!(flags & SENDBATCH) ||
(quadoption (OPT_COPY) & 0x1)))
+ if (!fcc[0] && !(flags & SENDPOSTPONED) && (!(flags & SENDBATCH) || (quadoption
+(OPT_COPY) & 0x1)))
{
/* set the default FCC */
if (!msg->env->from)