Summary: | app-misc/muttprint-0.72d doesn't format sig properly, fixed in upstream | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tobias Brink <tobias.brink> |
Component: | Current packages | Assignee: | Chema Alonso Josa (RETIRED) <nimiux> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | c1pher, radhermit |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tobias Brink
2007-07-04 01:38:41 UTC
Upon further investigation I found the problem: there is a patch named "muttprint-rem_sig.patch" applied. This patch is wrong. It removes all code that would recognize a signature for formatting and replaces it with code which can remove the signature. Correct would be to only add the new code. IMHO the patch should look like this: --- muttprint.old 2005-05-16 13:15:52.000000000 +0200 +++ muttprint 2007-07-04 04:11:55.000000000 +0200 @@ -388,6 +388,8 @@ next; } + + last if (/$Config{SIG_REGEXP}/o && ($Config{REM_SIG} eq "on")); # # and what's about Quoting? Confirmed here, Using muttprint without appliying the muttprint-rem_sig.patch works nicely. Signatures are printed in italics and they are hidden if REM_SIG="on" in .muttprintrc I don't know exactly why they did remove this piece of code in bug #100607. This package have no maintainer at the moment but I'll take care of it :-) Thanks for reporting. Muttprint's version 0.72d-r3 fixes this bug. |