aboutsummaryrefslogtreecommitdiffstats
path: root/mail/filtertypes.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-20 01:15:24 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-20 01:15:24 +0800
commita0bee77c3a2a0f3d071149566413b4273cc4c8de (patch)
treea8e9a314c6a45b28361c56724e09f9f5dfb269c6 /mail/filtertypes.xml
parentfa2e93cedc1396a3e323c3a4a1bfdfee8ac3bf53 (diff)
downloadgsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar.gz
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar.bz2
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar.lz
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar.xz
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.tar.zst
gsoc2013-evolution-a0bee77c3a2a0f3d071149566413b4273cc4c8de.zip
** Fix for bug #204891
2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #204891 * filtertypes.xml: * em-composer-utils.h: (em_utils_forward_message_raw): * em-composer-utils.c: (emu_forward_raw_done), (em_utils_forward_message_raw): * mail-session.c: (ms_forward_to), (class_init): Implement "forward-to" rule for message filters. Note: Be sure you've eds of revision 9956 or higher. svn path=/trunk/; revision=37101
Diffstat (limited to 'mail/filtertypes.xml')
-rw-r--r--mail/filtertypes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/filtertypes.xml b/mail/filtertypes.xml
index 69c1ddbaae..f2f69c4c06 100644
--- a/mail/filtertypes.xml
+++ b/mail/filtertypes.xml
@@ -1012,5 +1012,11 @@
<code>(pipe-message "/bin/sh" "-c" ${command})</code>
<input type="command" name="command"/>
</part>
+
+ <part name="forward">
+ <title>Forward to</title>
+ <code>(forward-to ${address})</code>
+ <input type="address" name="address"/>
+ </part>
</actionset>
</filterdescription>