The attached patch, breaks the normal operation without specified
DstRootFolder option.

The patch always attaches a '.', also when DstRootFolder is not set
('').

Instead of using:
           DstFolder := DstFolder + '.' + DstRootFolder;

something like this would be better:

           IF DstRootFolder<>'' THEN
             DstFolder := DstFolder + '.' + DstRootFolder;


-- 
Philip Weber, [email protected]                        __
Institute for Applied Information Processing and           __  _|  |_
Communications,     Faculty of Computer Science,     IAIK |  ||      |
Graz University of Technology, Inffeldgasse 16a,          |_    _||__|
8010 Graz, Austria.      phone: +43 316 873 5523            |__| TU GRAZ
http://www.iaik.tugraz.at

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to