Summary: | Wish: Pipe mail body through program | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Dirk Heinrichs <dirk.heinrichs.ext> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | wishlist | CC: | bjoern, luigi.toscano |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dirk Heinrichs
2005-02-02 09:53:26 UTC
Add a pipe before your program: awk 'BEGIN {body = 0}; /^%/ {body = 1}; body { print };' Sorry, where you see /^%/, make that /^$/ Nice tip, this encrypts the body only, but it still destroys (rewrites?) the message headers. After I apply the filter, the only headers remaining are: X-UID: 111 Status: RO X-Status: OGC X-KMail-EncryptionState: N X-KMail-SignatureState: N X-KMail-MDN-Sent: Hmm, maybe instead of implementing this as a filter it would be better to add that functionality for encrypting selected _received_ messages to kmail directly. Thank you for your feature request. Kmail1 is currently unmaintained so we are closing all wishes. Please feel free to reopen a feature request for Kmail2 if it has not already been implemented. Thank you for your understanding. Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2. |