• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kmail

  • sources
  • kde-4.12
  • kdepim
  • kmail
kmail_options.h
Go to the documentation of this file.
1 /* -*- mode: C++; c-file-style: "gnu" -*- */
2 #ifndef KMAIL_OPTIONS_H
3 #define KMAIL_OPTIONS_H
4 
5 #include <kcmdlineargs.h>
6 #include <klocale.h>
7 
8 static KCmdLineOptions kmail_options ()
9 {
10  KCmdLineOptions options;
11  options.add("s");
12  options.add("subject <subject>", ki18n("Set subject of message"));
13  options.add("c");
14  options.add("cc <address>", ki18n("Send CC: to 'address'"));
15  options.add("b");
16  options.add("bcc <address>", ki18n("Send BCC: to 'address'"));
17  options.add("h");
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 "
28  "to" ) );
29  return options;
30 }
31 
32 #endif
kmail_options
static KCmdLineOptions kmail_options()
Definition: kmail_options.h:8
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.

kmail

Skip menu "kmail"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal