Skip to content
  • David Faure's avatar
    KMail: support passing --cc/--bcc multiple times · 2d3742ac
    David Faure authored
    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.
    2d3742ac