https://bugs.kde.org/show_bug.cgi?id=260638
George Ruinelli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from George Ruinelli <caco3 ruinelli ch> 2011-05-22 12:45:18 --- I have exactly the same problem :( I have a script shich should replace a character by another one: ----8<---------- #!/bin/bash sed -n '1h;1!H;${;g;s/-/*/g;p;}' > /tmp/filter.txt ; cat /tmp/filter.txt ----8<---------- I added it to the filter settings (pipe through). When I apply this filter to an email, the email body does not change. How ever when I check the content of /tmp/filter.txt, it contains the changed email. Or when I run the script in the terminal echo "aaa-bb-cc" | Scripts/kmail_sleepanalyser_bug_filter.sh it returns the changed content. So this means to me that my script works, how ever kmail seems not to take the changed content. Any suggestions what I am doing wrong? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
