Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65055 Details for
Bug 100607
muttprint isn't able to filter out signatures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
muttprint-rem_sig.patch
muttprint-rem_sig.patch (text/plain), 839 bytes, created by
Fernando J. Pereda (RETIRED)
on 2005-08-04 01:50:56 UTC
(
hide
)
Description:
muttprint-rem_sig.patch
Filename:
MIME Type:
Creator:
Fernando J. Pereda (RETIRED)
Created:
2005-08-04 01:50:56 UTC
Size:
839 bytes
patch
obsolete
>--- muttprint.old 2005-08-04 10:46:25.000000000 +0200 >+++ muttprint 2005-08-04 10:47:25.000000000 +0200 >@@ -362,32 +362,7 @@ > > # > # signature >- if (((/$Config{SIG_REGEXP}/o && !($Config{REM_SIG} eq "on")) || >- $signature_mode) && $Config{VERBATIMSIG} ne "raw") { >- >- if (/$Config{SIG_REGEXP}/o) { >- $signature_mode = TRUE; >- >- # Leerzeile bei 2. Signatur >- if (defined $signature) { >- $signature .= "\n"; >- } >- } >- else { >- $signature .= $_; >- } >- >- # 2 Leerzeilen => Ende der Signatur >- if (/^$/ and $sig_mod_counter == 0) { >- $sig_mod_counter++; >- } elsif (/^$/ and $sig_mod_counter == 1) { >- $signature_mode = FALSE; >- } else { >- $sig_mod_counter = 0; >- } >- >- next; >- } >+ last if (/$Config{SIG_REGEXP}/o && ($Config{REM_SIG} eq "on")); > > # > # and what's about Quoting?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100607
: 65055