> I have the mozex plugin for mozilla 1.4 that can intercept > mailto and start some external app. What is the command > to start evolution and make it create a new mail? I have > tried 'evolution %a' but that does not create a new mail > to address %a.
$ evolution mailto:[EMAIL PROTECTED] Just set the email address placeholder for the test address. If you wanna provide the subject too, the following line works (dunno, if you will need the quotes to protect spaces or if mozex provides them): $ evolution mailto:[EMAIL PROTECTED]"test subject" ...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
