kmail
Go to the documentation of this file.
2 #ifndef KMAIL_OPTIONS_H
3 #define KMAIL_OPTIONS_H
5 #include <kcmdlineargs.h>
10 KCmdLineOptions options;
12 options.add(
"subject <subject>", ki18n(
"Set subject of message"));
14 options.add(
"cc <address>", ki18n(
"Send CC: to 'address'"));
16 options.add(
"bcc <address>", ki18n(
"Send BCC: to 'address'"));
18 options.add(
"replyTo <address>", ki18n(
"Set replyTo to 'address'"));
19 options.add(
"header <header_name:header_value>", ki18n(
"Add 'header' to message. This can be repeated"));
20 options.add(
"msg <file>", ki18n(
"Read message body from 'file'"));
21 options.add(
"body <text>", ki18n(
"Set body of message"));
22 options.add(
"attach <url>", ki18n(
"Add an attachment to the mail. This can be repeated"));
23 options.add(
"check", ki18n(
"Only check for new mail"));
24 options.add(
"composer", ki18n(
"Only open composer window"));
25 options.add(
"view <url>", ki18n(
"View the given message file" ));
26 options.add(
"+[address|URL]", ki18n(
"Send message to 'address' or "
27 "attach the file the 'URL' points "
static KCmdLineOptions kmail_options()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.