mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kmail: use the URL path as CC fallback
the complete URL includes query items Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b01b2a2d42
commit
da3cb7452c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int main(int argc, char **argv) {
|
|||
mailto.append(splitMailArg(argurl.queryItemValue("cc")));
|
||||
}
|
||||
if (mailto.isEmpty()) {
|
||||
mailto.append(argurl.url().replace(QLatin1String("mailto:"), QString()));
|
||||
mailto.append(argurl.path());
|
||||
}
|
||||
kemaildialog.setTo(mailto);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue