diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-25 15:45:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-25 15:45:01 +0800 |
commit | 6147ca54a454838e00dfa108db5b13ec10b9aa2f (patch) | |
tree | c1eecdeca212e75521bd23e2ed7700add5206a11 /filter/libfilter-i18n.h | |
parent | e5cd4631f66e182c67bfb45df3f8a04f08761ce2 (diff) | |
download | gsoc2013-evolution-6147ca54a454838e00dfa108db5b13ec10b9aa2f.tar.gz gsoc2013-evolution-6147ca54a454838e00dfa108db5b13ec10b9aa2f.tar.zst gsoc2013-evolution-6147ca54a454838e00dfa108db5b13ec10b9aa2f.zip |
Do some minimalistic validation of command-lines (ie, make sure it isn't
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
* filter-file.c (validate): Do some minimalistic validation of
command-lines (ie, make sure it isn't an empty string).
* filtertypes.xml: s/shell-exec/shell/ (for the action) and pass
"/bin/sh" "-c" as the first 2 arguments. For the shell-exec
*rule*, change the name to "pipe-message" and add the "/bin/sh"
"-c" arguments too.
svn path=/trunk/; revision=17584
Diffstat (limited to 'filter/libfilter-i18n.h')
-rw-r--r-- | filter/libfilter-i18n.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h index 9d930d930b..4f5d253af5 100644 --- a/filter/libfilter-i18n.h +++ b/filter/libfilter-i18n.h @@ -4,7 +4,6 @@ char *s = N_("Assign Color"); char *s = N_("Assign Score"); char *s = N_("Attachments"); char *s = N_("Beep"); -char *s = N_("Command"); char *s = N_("contains"); char *s = N_("Copy to Folder"); char *s = N_("Date received"); @@ -14,12 +13,12 @@ char *s = N_("Deleted"); char *s = N_("does not contain"); char *s = N_("does not end with"); char *s = N_("does not exist"); +char *s = N_("does not return"); char *s = N_("does not sound like"); char *s = N_("does not start with"); char *s = N_("Do Not Exist"); char *s = N_("Draft"); char *s = N_("ends with"); -char *s = N_("Execute Shell Command"); char *s = N_("Exist"); char *s = N_("exists"); char *s = N_("Expression"); @@ -38,14 +37,19 @@ char *s = N_("Mailing list"); char *s = N_("Message Body"); char *s = N_("Message Header"); char *s = N_("Move to Folder"); +char *s = N_("Pipe Message to Shell Command"); char *s = N_("Play Sound"); char *s = N_("Read"); char *s = N_("Recipients"); char *s = N_("Regex Match"); char *s = N_("Replied to"); +char *s = N_("returns"); +char *s = N_("returns greater than"); +char *s = N_("returns less than"); char *s = N_("Score"); char *s = N_("Sender"); char *s = N_("Set Status"); +char *s = N_("Shell Command"); char *s = N_("Size (kB)"); char *s = N_("sounds like"); char *s = N_("Source Account"); |