should use the right font in the popup now and popup completion is
fixed, too.
Identities are not completed yet.
svn path=/trunk/kdenetwork/kmail/; revision=98594
the message while forwarding still uses the original message as is
(no decryption or removal of the signature).
svn path=/trunk/kdenetwork/kmail/; revision=97451
- the wheel-scrolling bug
- sets the focus properly in some dialogs
- makes the KAB dialog not show the "select-dialog" when there's nothing to
select
- uses a KURLRequester for the signature lineedit
- shows a busy pointer when closing the config-dialog
- sets the focus properly and positions the cursor nicely when replying to a
mail
svn path=/trunk/kdenetwork/kmail/; revision=88692
Patch by Jason Stephenson <panda@mis.net>
- Remove information about not existing folder from the config file.
Especially useful for IMAP folders. That just made my kmailrc 90% smaller.
- Mention a few more features on the about page.
svn path=/trunk/kdenetwork/kmail/; revision=86724
- Better font finding for displaying in the composer.
- The default charset setting for the composer should now work for all charsets.
- Better default values for Japanese.
Tested by Toyohiro
svn path=/trunk/kdenetwork/kmail/; revision=82080
work, since the font dialog returns also the foundaries of the fonts.
We use KConfig::readFontEntry instead of our own functions now.
-> All upgraders have to configure their fonts again :-)
svn path=/trunk/kdenetwork/kmail/; revision=80074
<quote>
Hi. This is the qmail-send program at email.seznam.cz.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
Unfortunately, our mail system does not like structure of this message.
The message is probably seriously malformed.
</quote>
With this change the Content-Type header should be correctely updated after
removing an attachment from a mail.
diff -u -3 -p -r1.306 kmcomposewin.cpp
--- kmcomposewin.cpp 2001/01/20 14:43:49 1.306
+++ kmcomposewin.cpp 2001/01/23 20:22:48
@@ -1109,8 +1109,7 @@ bool KMComposeWin::applyChanges(void)
// text message.
mMsg->deleteBodyParts();
mMsg->setAutomaticFields(TRUE);
- mMsg->setTypeStr("text");
- mMsg->setSubtypeStr("plain");
+ mMsg->setHeaderField("Content-Type","text/plain");
mMsg->setCteStr(isQP ? "quoted-printable": "8bit");
svn path=/trunk/kdenetwork/kmail/; revision=79770
composer window.
Also attaching files with non-us-ascii names via drag and drop works again,
seems, that someone changed the protocol, since I fixed that the last time.
svn path=/trunk/kdenetwork/kmail/; revision=78386
When a line in the body of a msg starts with "From ", and there's no
index file, it could be interpreted as a start of another msg, so it
must be changed to something like " From " (Netscape and Pine use
">From", but I've preferred a blank space because it seems less intrusive)
svn path=/trunk/kdenetwork/kmail/; revision=75982
window or if it is not updated, because it is a dublicate of the previos one.
Don't crash, when replying to a message that was copied to another folder
before.
svn path=/trunk/kdenetwork/kmail/; revision=75976