[Evolution] Remove Attachments
guenther
guenther@rudersport.de
Sat, 02 Oct 2004 03:26:09 +0200
> > it's a duplicate of <http://bugzilla.ximian.com/show_bug.cgi?id=5927>.
> > bug 5927 is the place to go if you want to raise your voice or add
> > comments.
> > since 5927 is still open and targetted to "contrib", you can be very
> > sure that no one at ximian will code this (="contrib") but that ximian
> > is waiting for somebody to code and contribute this (evolution is open
> > source software, you can get its code from cvs.gnome.org and try it
> > yourself if you're interested :-).
>
> What's the best way to persuade the evolution developers to implement
> this? Votes/comments on the bug? Beer? :)
The best way is to code it yourself. ;-)
Persuading the hackers might be hard, cause 1) they still aren't
running out of open tasks (yet) with higher priorities and 2) this
likely will violate RFCs. Right, IIRC changing an emails contents (which
attachments are) effectively makes it another email -- and therefore you
should not keep the same Message-Id, etc. ...
Besides this, not all mailer hackers could be persuaded with beer... ;-)
Just some notes, I don't wanna start a discussion / flame-war...
...guenther
--
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
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; }}}