> I would like to set up a local folder shared between two users on the
> same machine. 
> 
> The reason is allowing both of them to check the same mailbox and keep
> the mail from it in one location. 
> 
> I can think of one way to do it, but it's somewhat strange (letting Evo
> create the folder for each of the users, then replace both folders with
> symlinks to the actual folder). But this seems like a rather strange
> workaround. Perhaps a cleaner way is available?


IIRC I have done that successfully (Evo 1.2.x) even across file systems.

You will only need one single symlink (the directory that will be shared
with all subdirectories). I do not know of any other way, to accomplish
this -- besides an IMAP server allowing multiple connections.

Be warned: None of the underlying threads of Evolutions are designed for
concurrent usage! You likely *will* run into problems, when those users
use the mail at the same time. This won't be an issue, if the users are
only local.

The IMAP server allowing multiple concurrent connections is the clean
way and probably the best in terms of security.

...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

Reply via email to