Greetings all, Having just installed Mandrake 9.1, I've begun to use Evolution 1.2.2. I used Evolution 1.0.2 for the past year, and liked the feature that Insert text file from the Compose window would in-line the selected text file with no automatic line wrap. Now, with 1.2.2, when I do the same, it is automatically line-wrapped, resulting in an unreadable mess. I searched the archives, and one thread in December seemed to imply that one could _not_ set the line wrap value. And no, I do NOT want to "Attach" a file in these cases. If I can't get 1.2.2 to behave like 1.0.2 did in this area, I'll have to use something else (Kmail 1.5 behaves usably in regards to this feature). Here is a short example of something which should not be line-wrapped, but is. It's the last few lines of strace mozilla from a broken mozilla install. I'll also attach the file so you can see what it is supposed to look like. Thanks in advance for any help, Steven Here is the mangled example file: Correct version is attached. open("/usr/lib/mozilla-1.3/components/libi18n.so", O_RDONLY) = 5 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260y\0"..., 1024) = 1024 fstat64(5, {st_mode=S_IFREG|0755, st_size=262056, ...}) = 0 old_mmap(NULL, 265124, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x410db000 mprotect(0x41114000, 31652, PROT_NONE) = 0 old_mmap(0x41114000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x38000) = 0x41114000 close(5) = 0 access("/usr/lib/mozilla-1.3/chrome/custom-strings.txt", F_OK) = -1 ENOENT (No such file or directory) open("/usr/lib/mozilla-1.3/components/libnsappshell.so", O_RDONLY) = 5 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p^\0\000"..., 1024) = 1024 fstat64(5, {st_mode=S_IFREG|0755, st_size=147916, ...}) = 0 old_mmap(NULL, 146972, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x4111c000 mprotect(0x4113e000, 7708, PROT_NONE) = 0 old_mmap(0x4113e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5, 0x22000) = 0x4113e000 close(5) = 0 read(3, 0xbffff463, 1) = -1 EAGAIN (Resource temporarily unavailable) close(3) = 0 close(4) = 0 exit_group(1) = ?
Attachment:
mozilla_strace.txt
Description: Text document