diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-15 21:07:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-15 21:07:49 +0800 |
commit | b276b274ed293a0eb760029dc3218fc63bf8553d (patch) | |
tree | 08d4d196a6a15902583a6a15fd174861bade9ee7 /tools | |
parent | 328526fd3e18932a04f501f87ca41debf635c0f8 (diff) | |
download | gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar.gz gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar.bz2 gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar.lz gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar.xz gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.tar.zst gsoc2013-evolution-b276b274ed293a0eb760029dc3218fc63bf8553d.zip |
add the importers.
2001-05-15 Chris Toshok <toshok@ximian.com>
* tools/killev: add the importers.
svn path=/trunk/; revision=9812
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/killev | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/killev b/tools/killev index aec156d1d9..e6d9634937 100755 --- a/tools/killev +++ b/tools/killev @@ -29,3 +29,9 @@ $killcmd -9 lt-evolution-exe 2>/dev/null $killcmd -9 evolution 2>/dev/null $killcmd -9 rdf-summary 2>/dev/null $killcmd -9 lt-rdf-summary 2>/dev/null +$killcmd -9 evolution-elm-importer 2>/dev/null +$killcmd -9 evolution-elm-im 2>/dev/null +$killcmd -9 evolution-pine-importer 2>/dev/null +$killcmd -9 evolution-pine-i 2>/dev/null +$killcmd -9 evolution-netscape-importer 2>/dev/null +$killcmd -9 evolution-netsca 2>/dev/null |