aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-12 03:11:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-12 03:11:50 +0800
commit724b51b4ffaf280517052d7a2cbf51c31889aa20 (patch)
tree289df4ded88d3d74a74db8289aa3e28c564d1b84 /filter/filtertypes.xml
parentc6cb5d9631d4c05bffa4ab320bae53909a7a55c6 (diff)
downloadgsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.gz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.bz2
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.lz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.xz
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.tar.zst
gsoc2013-evolution-724b51b4ffaf280517052d7a2cbf51c31889aa20.zip
Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.
2003-04-11 Jeffrey Stedfast <fejj@ximian.com> Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. * filter-filter.c (get_widget): Same as with filter-rule. * filter-rule.c (get_widget): Changed border widths of frame vboxes and other padding to comply with the HIG. * rule-editor.c (rule_add): Change window border and padding around the 'rules' widget to comply with the HIG. (rule_edit): Same. (rule_editor_construct): Same here as well. * filter.glade: Many HIG compliance fixes. svn path=/trunk/; revision=20823
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 55daf1000c..012ba62274 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -710,5 +710,10 @@
<code>(shell "/bin/sh" "-c" ${command})</code>
<input type="command" name="command"/>
</part>
+ <part name="pipe">
+ <title>Pipe Message to Shell Command</title>
+ <code>(pipe-message "/bin/sh" "-c" ${command})</code>
+ <input type="command" name="command"/>
+ </part>
</actionset>
</filterdescription>