Skip to content
Commit 95a0e690 authored by Milian Wolff's avatar Milian Wolff
Browse files

Use QUrl::fromUserInput.

This can properly cope with relative paths, something that the
previous code did not as QUrl::fromLocalFile would always
use the file scheme, and thus file:relative/path would be returned...

This fixes --msg and --attach with relative paths for me when
kmail was started ina different directory.
parent 99702008
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment