ביום חמישי, 13 בנובמבר 2003, 21:13, נכתב על ידי Micha Feigin:
> Since I am working on a loptop with only 14" screen its much more
> efficient to go over the headers list and only open the messages I
> actually want to read (its also more secure this way and faster for imap
> connections).
about "secure" I dont think you are right. Look at this code:
void KMReaderWin::initHtmlWidget(void)
{
mViewer->widget()->setFocusPolicy(WheelFocus);
// Let's better be paranoid and disable plugins (it defaults to enabled):
mViewer->setPluginsEnabled(false);
mViewer->setJScriptEnabled(false); // just make this explicit
mViewer->setJavaEnabled(false); // just make this explicit
mViewer->setMetaRefreshEnabled(false);
mViewer->setURLCursor(KCursor::handCursor());
// Espen 2000-05-14: Getting rid of thick ugly frames
mViewer->view()->setLineWidth(0);
This kdepim/kmail/kmreaderwin.cpp from the CVS. I can assure you that this has
not changed since 3.0 and back the JavaScript and PlugIns were not enabled in
the preview pannel (back then this file was in kdenetwork, but the contents
have not changed that much).
KMail people learned from billie's mistakes. Dont worry.
--
diego,
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
================================================================To unsubscribe, send
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]