Sylpheed-Claws/Win32 : Actions
Back to main page Melvin's Action Page     SourceForge.net Logo
       

Sylpheed-Claws/Win32 : Actions

Warning:

Using pipe actions on Win32 is quite experimental, so you should be aware that this is unstable, causes memory and resource leakage and esp. doesnt claim to be easy to use.

Notes:

Requirements:

Sample actions and scripts:

ASPELL

Run spellchecker

command: |perl c:\script\aspell.pl|
script: aspell.pl

BUNZIP2

View contents of bzip2'ed attachments

command: perl c:\script\bunzip2.pl
script: bunzip2.pl

ENSPRINT

Print mail using Enscript/GSView

command: c:\script\ensprint.bat "%s"
script: ensprint.bat

FORTUNE

Add fortune after sig separator or end of body

command: |perl c:\script\fortune.pl|
script: fortune.pl

GPG

Check clearsigned message

command: c:\gnupg\gpg.exe --verify "%F"

GPG

Clearsign message

command: |perl c:\script\clearsign.pl|
script: clearsign.pl

GUNZIP

View contents of gzip'ed attachments

command: perl c:\script\gunzip.pl
script: gunzip.pl

LINKS

Render html part using links.exe

command: perl c:\script\links.pl "%p"|
script: links.pl

MSGID

search google for message id

command: |perl c:\script\google_msgid.pl
script: google_msgid.pl

PAR

Reformat paragraphs

command: |perl c:\script\par.pl|
script: par.pl

ROT13

simple encryption / decryption

command: |perl c:\script\rot13.pl|
script: rot13.pl

UNGEEK

decode Geek Code Blocks

command: |perl c:\script\ungeek.pl
script: ungeek.pl

VIM

Edit mail directly

command: d:\vim\gvim.exe "%F"

VERIFY

Verify/reformat pgp clearsigned message

command: |perl c:\script\verify.pl|
script: verify.pl


Download area

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] MailPrint-1.0.0.1.zip 2003-04-06 06:18 425K [   ] MiniPerl-5.8.0.zip 2003-02-06 16:55 461K [   ] aspell.pl 2003-02-02 23:18 376 [   ] bunzip2.pl 2003-02-02 23:18 171 [   ] clearsign.pl 2003-02-02 23:18 237 [TXT] ensprint.bat 2003-02-02 23:18 1.1K [   ] fortune.pl 2003-02-02 23:18 268 [   ] google_msgid.pl 2003-02-02 23:18 205 [   ] gspawn-win32-helper.zip 2003-02-02 23:18 2.6K [   ] gunzip.pl 2003-02-02 23:18 185 [   ] links.pl 2003-02-02 23:18 571 [   ] par.pl 2003-02-02 23:18 415 [   ] rot13.pl 2003-02-02 23:18 84 [   ] sylprint.vim 2003-02-02 23:18 8.2K [   ] ungeek.pl 2003-02-02 23:18 55K [   ] verify.pl 2003-02-03 17:40 2.6K
Send comments and suggestions to info@netztorte.de Ideas stolen from Melvin Hadasht's action page.