diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-10 09:12:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-10 09:12:26 +0800 |
commit | 409f147b81748829457ee9110ccd0488ad9bfbf4 (patch) | |
tree | 4e50e87f2ac1b3c27a823357052adc036999ebb1 /camel/ChangeLog | |
parent | 593b9aec6c0590e725176f9725a9083133d70c4e (diff) | |
download | gsoc2013-evolution-409f147b81748829457ee9110ccd0488ad9bfbf4.tar.gz gsoc2013-evolution-409f147b81748829457ee9110ccd0488ad9bfbf4.tar.zst gsoc2013-evolution-409f147b81748829457ee9110ccd0488ad9bfbf4.zip |
New filter function to pipe a message to another program. (run_command):
2002-05-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-search.c (shell_exec): New filter function to pipe
a message to another program.
(run_command): Fixed some bugs to make this work.
svn path=/trunk/; revision=16742
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 146e635d65..4b87d56e95 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -2,6 +2,7 @@ * camel-filter-search.c (shell_exec): New filter function to pipe a message to another program. + (run_command): Fixed some bugs to make this work. 2002-05-09 Not Zed <NotZed@Ximian.com> |