[EMAIL PROTECTED] writes: 

> (2) I create a file /home/imap/.courier-default with the following two
> lines 
> 
> || x=`echo "$DEFAULT"`; test ! -d "$HOME/Maildir/.$x" || echo
> "$HOME/Maildir/.$x"
> || x=`echo "$DEFAULT"`; test ! -d "$HOME/Maildir/.$x" || echo
> "[EMAIL PROTECTED]" 
> 
> 
> Does anyone see any problems with what I have done. 

Use the syntax in my original message.  You have a small race condition here 
(think what happens when the folder goes away right after the test 
completes. 

-- 
Sam 


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to