Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155181 Details for
Bug 239215
Evolution escapes 'From ' on sending mail.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch 1/2
evo.patch (text/plain), 1.37 KB, created by
Milan Crha
on 2007-05-22 17:19:08 UTC
(
hide
)
Description:
proposed patch 1/2
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2007-05-22 17:19:08 UTC
Size:
1.37 KB
patch
obsolete
>Index: e-util/e-html-utils.c >=================================================================== >--- e-util/e-html-utils.c (revision 33561) >+++ e-util/e-html-utils.c (working copy) >@@ -138,30 +138,9 @@ > static gboolean > is_citation (const unsigned char *c, gboolean saw_citation) > { >- const unsigned char *p; >- >- if (*c != '>') >- return FALSE; >- >- /* A line that starts with a ">" is a citation, unless it's >- * just mbox From-mangling... >- */ >- if (strncmp (c, ">From ", 6) != 0) >- return TRUE; >- >- /* If the previous line was a citation, then say this >- * one is too. >- */ >- if (saw_citation) >- return TRUE; >- >- /* Same if the next line is */ >- p = (const unsigned char *)strchr ((const char *)c, '\n'); >- if (p && *++p == '>') >- return TRUE; >- >- /* Otherwise, it was just an isolated ">From" line. */ >- return FALSE; >+ /* here was handled mbox From-mangling, but nothing like that is needed, >+ because mbox is erasing '>From' itself now */ >+ return *c == '>'; > } > > /** >Index: e-util/ChangeLog >=================================================================== >--- e-util/ChangeLog (revision 33561) >+++ e-util/ChangeLog (working copy) >@@ -1,3 +1,10 @@ >+2007-05-22 Milan Crha <mcrha@redhat.com> >+ >+ ** Fixes bug #245683 >+ >+ *e-html-utils.c: (is_citation): removed mbox From-mangling, mbox >+ do this itself now >+ > 2007-05-04 Milan Crha <mcrha@redhat.com> > > ** Fixes bug #432867
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 239215
: 155181 |
155182