Revision 1183946

Go back to digest for 10th October 2010

Bug Fixes in KDE-PIM

Allen Winter committed changes in /branches/kdepim/enterprise/kdepim/kmail/kmcommands.cpp:

Save attachments into a temporary directory and create the symlink to the real data
in that place, rather than making the link itself a temporary file name.

eg. before the link was "file_[RANDOM].txt" and now it's "attachmentsRANDOM/file.txt"

the advantage is that the base name is still "file.txt" and that is easier to
deal with in saveAs dialogs, compared to "file_[RANDOM].txt".
kolab/issue2786

File Changes

Modified 1 files
  • /branches/kdepim/enterprise/kdepim/kmail/kmcommands.cpp
1 files changed in total