On Sun, 2006-04-02 at 15:05 -0500, Ron Johnson wrote: > On Sun, 2006-04-02 at 21:54 +0200, guenther wrote: > > On Sun, 2006-04-02 at 15:40 -0400, Patrick O'Callaghan wrote: > > > The default Forward sends the message as an attachment and includes the > > > full headers *in the attachment*. > > > > Exactly. :) > > > > Forwarding Attached, will attach the mail with all headers preserved. > > This most likely is the best way to do this. If Forwarding does not > > default to Attached, you most likely changed this at one point -- have a > > look at your settings: > > > > Edit / Preferences / Composer Preferences / General / Forward Style > > Gah! How did I miss that? > > > You can change the forward style on a case by case basis, using > > Message / Forward As. Note though, that this submenu is missing from > > some 2.4.x releases. In that case, you have to set the default. I posted > > a simple patch to enable this missing submenu a couple of months ago. > > Let me know, if you'd want it. > > Does this patch an config file, or the source?
An XML config file. The patch can be applied to an installed Evo, otherwise I wouldn't have mentioned it at all. ;) All you need is root. Seems you'd like to have the patch. So here we go... The bug including the patch can be found in bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=321640 The relevant post with some details how to apply the patch and a lengthy discussion can be found in the list archives: http://mail.gnome.org/archives/evolution-list/2005-November/msg00278.html http://mail.gnome.org/archives/evolution-list/2005-November/thread.html#00047 Have fun... ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
