Skip to content

KMail: support passing --cc/--bcc multiple times

David Faure requested to merge work/dfaure/multiple_cc into master

This will be useful so that the upcoming KMailClientLauncherJob doesn't need the splitEmailAddressList fork and can just deal with a list of CC emails directly.

Drive by: simplify --attach handling using range-for. Testing for "--" (end of options) is unnecessary, QCommandLineParser handles that.

Merge request reports