Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203854 Details for
Bug 284668
app-emacs/vm-8.0.12-r3 mail folder corruption (bad cached Subject in X-VM-v5-Data)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vm-8.0.12-folder-corruption.patch
vm-8.0.12-folder-corruption.patch (text/plain), 635 bytes, created by
Ulrich Müller
on 2009-09-12 10:07:12 UTC
(
hide
)
Description:
vm-8.0.12-folder-corruption.patch
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2009-09-12 10:07:12 UTC
Size:
635 bytes
patch
obsolete
>Fixes (hopefully) a corruption of the message subject cache in X-VM-v5-Data >http://bugs.gentoo.org/284668 > >--- vm-8.0.12-orig/lisp/vm-folder.el 2008-11-05 21:04:35.000000000 +0100 >+++ vm-8.0.12/lisp/vm-folder.el 2009-09-11 23:22:15.000000000 +0200 >@@ -1806,9 +1806,8 @@ > (let ((print-escape-newlines t)) > (prin1-to-string attributes)) > "\n\t" >- (vm-mime-encode-words-in-string >- (let ((print-escape-newlines t)) >- (prin1-to-string cache))) >+ (let ((print-escape-newlines t)) >+ (prin1-to-string cache)) > "\n\t" > (let ((print-escape-newlines t)) > (prin1-to-string (vm-labels-of m)))
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 284668
: 203854