kmail

kmail_options.h File Reference

#include <kcmdlineargs.h>
#include <klocale.h>

Include dependency graph for kmail_options.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Variables

KCmdLineOptions kmail_options []

Variable Documentation

KCmdLineOptions kmail_options[]

Initial value:

{
  { "s", 0 , 0 },
  { "subject <subject>",    I18N_NOOP("Set subject of message"), 0 },
  { "c", 0 , 0 },
  { "cc <address>",     I18N_NOOP("Send CC: to 'address'"), 0 },
  { "b", 0 , 0 },
  { "bcc <address>",        I18N_NOOP("Send BCC: to 'address'"), 0 },
  { "h", 0 , 0 },
  { "header <header>",      I18N_NOOP("Add 'header' to message"), 0 },
  { "msg <file>",       I18N_NOOP("Read message body from 'file'"), 0 },
  { "body <text>",              I18N_NOOP("Set body of message"), 0 },
  { "attach <url>",             I18N_NOOP("Add an attachment to the mail. This can be repeated"), 0 },
  { "check",            I18N_NOOP("Only check for new mail"), 0 },
  { "composer",         I18N_NOOP("Only open composer window"), 0 },
  { "view <url>",               I18N_NOOP("View the given message file" ), 0 },
  { "+[address|URL]",       I18N_NOOP("Send message to 'address' resp. "
                                          "attach the file the 'URL' points "
                                          "to"), 0 },

  KCmdLineLastOption
}

Definition at line 8 of file kmail_options.h.