From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/kmail_options.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 kmail/kmail_options.h (limited to 'kmail/kmail_options.h') diff --git a/kmail/kmail_options.h b/kmail/kmail_options.h new file mode 100644 index 000000000..39ce3da25 --- /dev/null +++ b/kmail/kmail_options.h @@ -0,0 +1,31 @@ +/* -*- mode: C++; c-file-style: "gnu" -*- */ +#ifndef KMAIL_OPTIONS_H +#define KMAIL_OPTIONS_H + +#include +#include + +KCmdLineOptions kmail_options[] = +{ + { "s", 0 , 0 }, + { "subject ", I18N_NOOP("Set subject of message"), 0 }, + { "c", 0 , 0 }, + { "cc
", I18N_NOOP("Send CC: to 'address'"), 0 }, + { "b", 0 , 0 }, + { "bcc
", I18N_NOOP("Send BCC: to 'address'"), 0 }, + { "h", 0 , 0 }, + { "header
", I18N_NOOP("Add 'header' to message"), 0 }, + { "msg ", I18N_NOOP("Read message body from 'file'"), 0 }, + { "body ", I18N_NOOP("Set body of message"), 0 }, + { "attach ", 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 ", 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 }, +// { "+[file]", I18N_NOOP("Show message from 'file'"), 0 }, + KCmdLineLastOption +}; + +#endif -- cgit v1.2.1