Don Sanders
9c009bdd0b
Fixed a problem with msgparts shown inline having trailing garbage.
...
svn path=/trunk/kdenetwork/kmail/; revision=55896
26 years ago
Daniel Naber
13cb230e09
improved wording of the open attachment dialog
...
svn path=/trunk/kdenetwork/kmail/; revision=55426
26 years ago
Don Sanders
5dee0a6277
Work around strange QTimer bug, something is deeply wrong here.
...
svn path=/trunk/kdenetwork/kmail/; revision=55355
26 years ago
Daniel Naber
53eb4722f5
default to "prefer plain text to HTML"
...
svn path=/trunk/kdenetwork/kmail/; revision=55329
26 years ago
Waldo Bastian
fdd42284b9
WABA: Use KDE-wide defaults as default for link colors.
...
svn path=/trunk/kdenetwork/kmail/; revision=54190
26 years ago
Daniel Naber
6980310195
-try to open image attachments in a window with the size of the image
...
-fixed a compile time warning (signed/unsigned comparison)
svn path=/trunk/kdenetwork/kmail/; revision=53617
26 years ago
Daniel Naber
1405466b7d
Try harder to actually show _something_ if the user selects "View..."
...
from the attachment menu... not a very clean solution, unfortunately.
svn path=/trunk/kdenetwork/kmail/; revision=53528
26 years ago
Daniel Naber
694b70fa57
-recognize https: as URL
...
-don't mess up message display if it contains links
like this (XML): blah <link>http://foobar.org/ </link> blah...
svn path=/trunk/kdenetwork/kmail/; revision=53128
26 years ago
George Staikos
5bc4420936
vCards are now displayed inlined in the header..
...
svn path=/trunk/kdenetwork/kmail/; revision=52985
26 years ago
George Staikos
eb0d5b5098
put in the hook for auto-vcard detection. still not implemented entirely
...
(will try to finish tonight)
svn path=/trunk/kdenetwork/kmail/; revision=52951
26 years ago
Daniel Naber
5ebca498be
New function: Edit->"Find in message...". i.e. look for a string in
...
the current message.
svn path=/trunk/kdenetwork/kmail/; revision=52828
26 years ago
George Staikos
8832955a0d
more vCard display code - now displays some preliminary info.
...
svn path=/trunk/kdenetwork/kmail/; revision=52800
26 years ago
George Staikos
0e3c2f3e7a
Beginning of the vCard displaying code.
...
Also fixups to the vCard class. it probably still needs more. Now it
tokenizes using a QRegExp, and it strips whitespace from the end of the
lines (which Netscape seems to add?)
svn path=/trunk/kdenetwork/kmail/; revision=52798
26 years ago
Daniel Naber
bbdc8f51a3
open information dialog if attachment->view... doesn't work
...
instead of just doing nothing
svn path=/trunk/kdenetwork/kmail/; revision=52064
26 years ago
Daniel Naber
36c7b1a9f8
-added "Open with..." to attachment RMB menu
...
-click on attachment: the dialog now shows the attachment name
svn path=/trunk/kdenetwork/kmail/; revision=51828
26 years ago
Bernd Gehrmann
5ef31f8543
KGlobal <-> KGlobalSettings <-> KApplication & KButtonBox cleanup
...
svn path=/trunk/kdenetwork/kmail/; revision=51722
26 years ago
Daniel Naber
ff572ab245
click on attachment asks the user what to do ("really open?").
...
everybody feel free to improve the wording of the dialogs.
svn path=/trunk/kdenetwork/kmail/; revision=51693
26 years ago
Don Sanders
ab3c099da0
Fixed unintialized variable (mMsgBuf) reference.
...
Lazily tweaked the lazy message updating instead of fixing it properly.
svn path=/trunk/kdenetwork/kmail/; revision=51157
26 years ago
Daniel Naber
38b235805e
added const to avoid compiler warning
...
svn path=/trunk/kdenetwork/kmail/; revision=50882
26 years ago
Don Sanders
a6e3116b0f
Stop KMail from making X eat CPU when no message is current.
...
Don't crash when message is moved to the trash, the trash is emptied
and the user tries to undo.
svn path=/trunk/kdenetwork/kmail/; revision=50346
26 years ago
Don Sanders
589c257056
Changing attachment styles should take effect immediately now.
...
svn path=/trunk/kdenetwork/kmail/; revision=50189
26 years ago
Don Sanders
9727268d8b
Improved search dialog goto message operation
...
Another tweak to the kmreaderwinow try-to-fix-the-delete-message-bug fix.
svn path=/trunk/kdenetwork/kmail/; revision=50038
26 years ago
Don Sanders
d11c4c1bad
Another try.
...
svn path=/trunk/kdenetwork/kmail/; revision=50031
26 years ago
Don Sanders
ad7461d742
Actually fix the problem I just claimed to.
...
svn path=/trunk/kdenetwork/kmail/; revision=50024
26 years ago
Don Sanders
76690b8343
This will probably fix the problem where the last line of messages isn't
...
displayed.
svn path=/trunk/kdenetwork/kmail/; revision=50021
26 years ago
Don Sanders
0a6f510a31
Possibly fixing a bug whereby the message in the readerwindow is not
...
updated after a delete operation. (It's hard to reproduce)
svn path=/trunk/kdenetwork/kmail/; revision=50019
26 years ago
Espen Sand
9ba5e84fc9
Made the timer that delays the resize operation a part of the
...
26 years ago
George Staikos
35b3201201
Forward forwards all headers when all-headers is set.
...
svn path=/trunk/kdenetwork/kmail/; revision=49476
26 years ago
Espen Sand
e247a3e240
Setting QFrame::setLineWidth(0) on the foldertree, headerlist
...
26 years ago
Waldo Bastian
ec1f4e16f3
WABA: KURL cleanup
...
svn path=/trunk/kdenetwork/kmail/; revision=49389
26 years ago
Don Sanders
8cf6417ee8
Fixed nasty race condition to do with encryption caused by my last commit to kmreaderwin.cpp
...
svn path=/trunk/kdenetwork/kmail/; revision=49372
26 years ago
Don Sanders
85ba852060
Temporal domain optimisation.
...
svn path=/trunk/kdenetwork/kmail/; revision=49334
26 years ago
Espen Sand
38adcb95d1
Ok, I testing abit more with the resize operation of the html widget.
...
26 years ago
Espen Sand
01ba7dd035
Two modifications to make toplevel resize faster (and to feel
...
better IMHO).
1. I am using QSplitter::setResizeMode(..) on the mHorizPanner
so that the header section keeps its height when the toplevel is
resized.
2. The resize operation of the html widget is delayed by a QTimer.
with a delay of ~150 ms. If a resize event occurs when the timer is
activated it will be igored. This feels faster for the user.
svn path=/trunk/kdenetwork/kmail/; revision=48684
26 years ago
Don Sanders
d4b9db263d
Increased magic update delay from 100 to 150ms.
...
Applied patch from DN to workaround html widget quirk.
svn path=/trunk/kdenetwork/kmail/; revision=48276
26 years ago
Don Sanders
635f21ad7c
Patch from Daniel Naber to tidy up html. Not to sure about making the tags lowercase...
...
svn path=/trunk/kdenetwork/kmail/; revision=48128
26 years ago
Don Sanders
182ed2f1ec
Support folder specific settings for html mail and threaded messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=47993
26 years ago
Don Sanders
6e521ee2db
A pleasing patch that makes ascii art look right (only when using a monospaced font of course).
...
HTML mail with long lines should still look right, ie it should still break where one expects it to.
svn path=/trunk/kdenetwork/kmail/; revision=47856
26 years ago
Don Sanders
0f2abe3f49
Added option to disable html mail.
...
Some people prefer plain text to html, some people would like html mail rendered in plain text using lynx (I haven't done that).
Lots of early adopters want to turn disable HTML mail as HTML mail (with img tags) keeps on crashing KMail (I don't think KMail is at fault, something is wrong somewhere in the libs).
svn path=/trunk/kdenetwork/kmail/; revision=47832
26 years ago
Espen Sand
e2f405067a
1) Added support for disabling some columns of the font selector in the
...
setting dialog when working with quoted fonts. NOTE: This uses a new
feature in KFontChooser (kdeui-kfontdialog) which I just comitted.
2) Quote colors can now be recylcled if nesting level > 3.
Controlled by a check box control in the color tab.
3) kmail now uses the splitted "URL link"/"New message" etc.
colors as selected in the settings dialog.
svn path=/trunk/kdenetwork/kmail/; revision=47349
26 years ago
Don Sanders
5b2f167a6d
Added bug to cancel out effects of another bug.
...
svn path=/trunk/kdenetwork/kmail/; revision=47190
26 years ago
Don Sanders
cde6dcaea7
Assume parts in multipart/digests are of content type text by default.
...
Work around KHTML slowness by judicious insertion of div tags.
svn path=/trunk/kdenetwork/kmail/; revision=47137
26 years ago
Espen Sand
be4050deac
Colorfied indenting for quoted text is now working.
...
26 years ago
Don Sanders
1d2082713b
Could have sworn that was a 100 not a 0.
...
svn path=/trunk/kdenetwork/kmail/; revision=45389
26 years ago
Don Sanders
be3831a800
A fixup for the temporal domain. For some reason the delay between when a listview item is selected and when the readerwin is updated (which was 20 milliseconds) was no longer high enough to prevent the interface from stutttering when the next message key was held down. (Which was quite annoying).
...
I updated it to 100 milliseconds, but it's basically black magic.
Also played around a tiny bit just for fun.
svn path=/trunk/kdenetwork/kmail/; revision=45388
26 years ago
David Faure
3be7df9eb7
KFileOpenWithHandler stuff, using exists(). Then realised krn doesn't compile :)
...
svn path=/trunk/kdenetwork/kmail/; revision=44923
26 years ago
Sven Radej
fac60aa6e9
sven: fix call to setFontsizes
...
svn path=/trunk/kdenetwork/kmail/; revision=44751
26 years ago
Espen Sand
de50f7a1dd
Added support for quoted text colors and fonts in the
...
26 years ago
Sven Radej
fd968c341e
sven: Removed old signal-driven IPC and introduced DCOP interface. New
...
class KMKernel holds all previously static objects.
svn path=/trunk/kdenetwork/kmail/; revision=44623
26 years ago
Simon Hausmann
2506fdb2fd
- new fontsizes API in khtml_part
...
svn path=/trunk/kdenetwork/kmail/; revision=44544
26 years ago