Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260606 Details for
Bug 352478
kde-base/kmail: Copy text from email adds HTML tags to clipboard
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revert copy/paste html patch
kmreaderwin-revert-html-paste.patch (text/plain), 927 bytes, created by
George L. Emigh
on 2011-01-24 18:50:40 UTC
(
hide
)
Description:
Revert copy/paste html patch
Filename:
MIME Type:
Creator:
George L. Emigh
Created:
2011-01-24 18:50:40 UTC
Size:
927 bytes
patch
obsolete
>--- a/kmail/kmreaderwin.cpp >+++ b/kmail/kmreaderwin.cpp >@@ -2187,22 +2187,9 @@ void KMReaderWin::slotToggleMimePartTree() > //----------------------------------------------------------------------------- > void KMReaderWin::slotCopySelectedText() > { >- QString selection; >- if ( htmlMail() ) { >- QMimeData *mimeData = new QMimeData(); >- selection = mViewer->selectedTextAsHTML(); >- mimeData->setText(selection); >- if(!selection.isEmpty()) { >- selection.replace( QChar::Nbsp, ' ' ); >- mimeData->setHtml(selection); >- } >- QApplication::clipboard()->setMimeData( mimeData, QClipboard::Clipboard ); >- } else { >- selection = mViewer->selectedText(); >- selection.replace( QChar::Nbsp, ' ' ); >- QApplication::clipboard()->setText( selection ); >- } >- >+ QString selection = mViewer->selectedText(); >+ selection.replace( QChar::Nbsp, ' ' ); >+ QApplication::clipboard()->setText( selection ); > } >
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 352478
: 260606