diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-20 06:20:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-20 06:20:55 +0800 |
commit | dd3f9a6ee5a661a978239e7f5fc7df8625844f44 (patch) | |
tree | 3f7296ac176066b2c331f5a0c661068a20b87ea1 /camel/ChangeLog | |
parent | 450f001dcb55c52753d8c78ca0c96995a5ec6321 (diff) | |
download | gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar.gz gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar.bz2 gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar.lz gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar.xz gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.tar.zst gsoc2013-evolution-dd3f9a6ee5a661a978239e7f5fc7df8625844f44.zip |
New filter action that pipes the message source to the user-program and
2003-02-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (pipe_message): New filter action that
pipes the message source to the user-program and reads back the
modified message and replaces driver->priv->message with the new
message object.
svn path=/trunk/; revision=19950
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8e4640fb72..9908bb2b68 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-02-19 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (pipe_message): New filter action that + pipes the message source to the user-program and reads back the + modified message and replaces driver->priv->message with the new + message object. + 2003-02-14 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-search.c: Added a (get-size ) function to fix bug |