Displaying 2 results from an estimated 2 matches for "30362".
Did you mean:
0362
2010 Mar 26
2
INBOX. namespace
I am trying to configure dovecot-1.2.11 to have the same IMAP namespacing as
courier-imap as per http://wiki.dovecot.org/Migration/Courier, but failing
badly.
I have a test maildir with INBOX and folder 'junk'. Without fiddling with
namespaces, this works fine: there are 91 msgs in INBOX and 2 in junk.
a namespace
* NAMESPACE (("" ".")) NIL NIL
a OK Namespace
2006 Aug 22
4
Struggling with javac
I've installed jdk-1_5_0_08-linux-i586.rpm and Tomcat.
Working through some initial test install programs, I am finding that I
can't seem to compile .java files into classes.
For instance...
javac -classpath /usr/local/tomcat/common/lib/servlet.jar HelloWorld.java
as instructed fails with a
gij: unrecognized option -- `-classpath'
Try `gij --help' for more information.
So