> I've got a question. Sometimes I recieve digitally signed mails from > other users, but they're using other types of mail programs and at the > moment evolution does not recognise these as signed messages. > The Format is: [ PGP Inline snippet deleted ]
> I can verifiy them if I use gpg directly but it's rather tiresome to > save each message and then verify it via commandline. Is there a way > evolution can do this for me? Evo only knows PGP/MIME and does not understand the old PGP/Inline. Unfortunately most mail clients seem to use inline these days... If you want to raise your voice for GPG/Inline support, check out these bugs: support for receiving in-line pgp http://bugzilla.ximian.com/show_bug.cgi?id=17540 support for sending in-line pgp http://bugzilla.ximian.com/show_bug.cgi?id=17541 However, in the meantime it should be possible to create a filter, piping the message to a shell script, that changes some flag for the message based on the return value -- that means marking verified messages. ...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 maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
