search for: disable_format_flowed_support

Displaying 3 results from an estimated 3 matches for "disable_format_flowed_support".

2008 Mar 13
1
[LLVMdev] Subversion head: build problem on cygwin?
...receiving side to replace TABs with spaces and do similar changes. Thus the patches from you can look corrupted. To fix this just make your mozilla defaults/pref/mailnews.js file to look like: pref("mailnews.send_plaintext_flowed", false); // RFC 2646======= pref("mailnews.display.disable_format_flowed_support", true); -------------------------------------------
2008 Mar 13
0
[LLVMdev] Subversion head: build problem on cygwin?
On Mar 11, 2008, at 8:10 PM, Sam Bishop wrote: > Sam Bishop wrote: >> What LLVM is trying to do here is determine its own path. I don't >> know >> if the approach being used will work on Cygwin. (The code is very >> new, >> and it's never worked on Cygwin.) You could try reading the >> /proc/$$/exe symlink. I don't know how long Cygwin
2008 Mar 12
3
[LLVMdev] Subversion head: build problem on cygwin?
Sam Bishop wrote: > What LLVM is trying to do here is determine its own path. I don't know > if the approach being used will work on Cygwin. (The code is very new, > and it's never worked on Cygwin.) You could try reading the > /proc/$$/exe symlink. I don't know how long Cygwin has been emulating > /proc, though. The dladdr() code won't work on Cygwin; the