[Bug 295357] When trying to store a mail ("Save as") with a file name that contains invalid characters, no error message is given and the mail is not stored.

itsef-admin at brightsight.com itsef-admin at brightsight.com
Thu Mar 8 12:54:24 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=295357

--- Comment #5 from itsef-admin at brightsight.com ---
I just ran strace against Kontact while trying to store "pgp?testmail.mbox" on
a FAT32/VFAT-formatted USB-stick. In the strace, I can see plenty of lines like
lstat64("/media/36F3-0BF4/pgp?testmail.mbox", 0xbffdfabc) = -1 ENOENT (No such
file or directory)
[...]
lstat64("/home/USER/.kde/share/apps/RecentDocuments/pgp?testmail.mbox.desktop",
0xbffdf9ec) = -1 ENOENT (No such file or directory)
[...]
unlink("/media/36F3-0BF4/pgp?testmail.mbox") = -1 ENOENT (No such file or
directory)
stat64("/media/36F3-0BF4/pgp?testmail.mbox", 0xbffe2008) = -1 ENOENT (No such
file or directory)
open("/media/36F3-0BF4/pgp?testmail.mbox",
O_RDWR|O_CREAT|O_LARGEFILE|O_CLOEXEC, 0666) = -1 EINVAL (Invalid argument)

And thereafter no more mentioning of that file name. It looks as if the OS is
indeed giving back the error, but KMail2 just does not do anything with it. If
there is anything else you would like to test me specifically, please let me
know.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list