Mail.app doesn't grok .msg extensions and unfortunately it appears to ignore the MIME type so it won't open messages forwarded as attachments by squirrelmail. I modified it to send them with a .eml extension instead (Thunderbird uses this name too) and Mail.app can open them fine now. Would it be feasible to change the extension, or perhaps make it an option if there is a good reason to...
2011-12-19 17:57:07 PST in SquirrelMail
I thought the SWT JAR had the Linux binaries which you can't load into a FreeBSD executable (viz: java) without heavy shim work. I did wonder if it was just built against an older FreeBSD (6.x) so I installed compat6x libraries but it definitely is Linux because it complains it can't find certain GLIBC symbols. I'll try what you suggest in Eclipse.
2011-12-13 15:51:11 PST in DocFetcher
[code]cain 16:47] ~/work/DocFetcher-1.1-beta3 >./DocFetcher.sh --help Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodA.
2011-12-12 22:21:38 PST in DocFetcher
Hi, I'd like to run DocFetcher on our file server (FreeBSD 8) to index documents for Windows PCs to lookup, unfortunately I can't get it running :( [cain 15:18] ~/work/DocFetcher-1.1-beta3 >./DocFetcher.sh --help Exception in thread "main" java.lang.IllegalStateException at net.sourceforge.docfetcher.util.SwtJarLoader.getOsNamePart(SwtJarLoader.java:65) at...
2011-12-11 20:53:19 PST in DocFetcher