Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63465 Details for
Bug 99102
Enable text_flowed option on reply composition in mutt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allows option text_flowed to cause mutt to reflow replies and forwards
mutt-flow.patch (text/plain), 547 bytes, created by
Kevin F. Quinn (RETIRED)
on 2005-07-15 06:13:33 UTC
(
hide
)
Description:
Allows option text_flowed to cause mutt to reflow replies and forwards
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2005-07-15 06:13:33 UTC
Size:
547 bytes
patch
obsolete
>--- handler.c.orig 2005-07-15 14:37:16.000000000 +0200 >+++ handler.c 2005-07-15 14:38:03.000000000 +0200 >@@ -1799,7 +1799,8 @@ > */ > if ((WithCrypto & APPLICATION_PGP) && mutt_is_application_pgp (b)) > handler = crypt_pgp_application_pgp_handler; >- else if (ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0) >+ else if ((ascii_strcasecmp ("flowed", mutt_get_parameter ("format", b->parameter)) == 0) || >+ option(OPTTEXTFLOWED)) > handler = text_plain_flowed_handler; > else > plaintext = 1;
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 99102
: 63465