now, not an information dialog. this makes sense as the
mail will block other mails, thus the dialog is important.
svn path=/trunk/kdenetwork/kmail/; revision=74948
Fixed buggy i18n fix by "keifer" made on Wed Jul 19 09:47:05
- "The following transport protocol was used:\n %2");
- msg.arg(mSendProc->message());
- msg.arg(mMethodStr);
+ "The following transport protocol was used:\n %2")
+ .arg(mSendProc->message())
+ .arg(mMethodStr);
svn path=/trunk/kdenetwork/kmail/; revision=61139
I also i18n'd the code, and tried to handle the case where the user
changes language preferences (so don't save any i18n strings into the
config file). Actually for this last case I slacked off a bit when it
got to kmcomposewin but with any luck the user won't be affected.
svn path=/trunk/kdenetwork/kmail/; revision=59742
to a message, and also the user to select a smtp server to use when
replying to a message while editing that message in the composer.
svn path=/trunk/kdenetwork/kmail/; revision=56980
queued mail until after all accounts have finished being checked.
Moved some message from kmmainwin.cpp into kmsender.cpp, tried to make
them smarter, so only state queued messages have been sent successfully
when there were queued messages.
svn path=/trunk/kdenetwork/kmail/; revision=55910
Not very happing with calling processEvents() at all. It was causing
problems when sending receipts while checking mail.
Guess until we get non-blocking sending implemented this is the way it's
going to have to be.
svn path=/trunk/kdenetwork/kmail/; revision=55816
Using a qdialog has the effect of causing the status message to be centered in the screen which is not something I intended but at least the ghosting is gone now (fingers crossed).
svn path=/trunk/kdenetwork/kmail/; revision=48659
KMail is ready for the newbies of the next millenium and
even Emily Post will be happy with this great innovation.
svn path=/trunk/kdenetwork/kmail/; revision=37159
Patrick Dowler. This change is important becouse without it kmail is
(far) more likely to lose mails then with it.
- server/client => fixes locking problems
- deleting last char in message => attachment problems
- don't quit while sending if last window get's closed
- handle "he@server.org (Miguel de Icaza)" properly
- version 1.0.17
- fixed serious/most suspicous warnings
svn path=/trunk/kdenetwork/kmail/; revision=16501
searches for appearance of given characters in addressbook's
list. Up to now only used beginning of string.
* Added missing i18n() around "Spellcheck complete" in
composer.
* Bugfix: Added %_ in composer settings, e.g. for indentation
template, to add a space at the end. Added %f which expands
to the two first characters of the name in the email address.
* Bugfix: Indentation template (see composer settings) now
supports the same wildcards as the other fields, e.g. "%f>%_"
* Bugfix: kmail hangs when sending large messages via
SMTP. Actually was a performance issue with QRegExp.
* Bugfix: main window was hidden upon press of Ok button
in settings dialog.
* Bugfix: 'From' column did not update new text at
first.
svn path=/trunk/kdenetwork/kmail/; revision=16129
* Composer: answering the confirmation is no longer
ignored.
* Finetuning: added missing pixmaps to makefile and
repainted pixmap for queued and sent messages.
svn path=/trunk/kdenetwork/kmail/; revision=8608