kmail Library API Documentation

kmail_options.h

00001 /*  -*- mode: C++; c-file-style: "gnu" -*- */
00002 #ifndef KMAIL_OPTIONS_H
00003 #define KMAIL_OPTIONS_H
00004 
00005 #include <kcmdlineargs.h>
00006 #include <klocale.h>
00007 
00008 KCmdLineOptions kmail_options[] =
00009 {
00010   { "s", 0 , 0 },
00011   { "subject <subject>",    I18N_NOOP("Set subject of message."), 0 },
00012   { "c", 0 , 0 },
00013   { "cc <address>",     I18N_NOOP("Send CC: to 'address'."), 0 },
00014   { "b", 0 , 0 },
00015   { "bcc <address>",        I18N_NOOP("Send BCC: to 'address'."), 0 },
00016   { "h", 0 , 0 },
00017   { "header <header>",      I18N_NOOP("Add 'header' to message."), 0 },
00018   { "msg <file>",       I18N_NOOP("Read message body from 'file'."), 0 },
00019   { "body <text>",              I18N_NOOP("Set body of message."), 0 },
00020   { "attach <url>",             I18N_NOOP("Add an attachment to the mail. This can be repeated."), 0 },
00021   { "check",            I18N_NOOP("Only check for new mail."), 0 },
00022   { "composer",         I18N_NOOP("Only open composer window."), 0 },
00023   { "+[address|URL]",       I18N_NOOP("Send message to 'address' resp. "
00024                                           "attach the file the 'URL' points "
00025                                           "to."), 0 },
00026 //  { "+[file]",                  I18N_NOOP("Show message from file 'file'."), 0 },
00027   KCmdLineLastOption
00028 };
00029 
00030 #endif
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:19 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003