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
it).
TODO :
* Add this to pgp 2.x. I have really no idea of pgp 2.x command line syntax
* Add support for inserting others' keys. This should be done via
pubKeys() (some kind of list).
It should pop up dialog, saying it's recommended to sign the message
if sending somebody other's public key, if sign button isn't clicked up.
svn path=/trunk/kdenetwork/kmail/; revision=12828
without pgp correctly. It includes better checking for for errors
occuring during the running of pgp, and has workarounds for a problem
which caused pgp2.6 to reject messages signed with pgp5, and a problem
with pgp5, when encrypting messages containing non ascii chars.
The passphrase is now finally passed in a secure way with pipes.
svn path=/trunk/kdenetwork/kmail/; revision=11348
random hangs, with stock qsort -- hopefully working now ;-)
* Fixed: folder list went out of scope (current item pointing to
nowhere) when folder was deleted.
* Composer: fixed broken confirm-close dialog.
* Increased version to better match upcoming Kde-1.1 release.
* Added call to kapp->quit() when last window is closed.
svn path=/trunk/kdenetwork/kmail/; revision=11183
Bug seems to be introduced by changed behaviour of KTMainWindow.
Still KMail crashes when you click on any message afterwards.
I don't have time or fun in finding this bug which I don't feel guily of
at all.
svn path=/trunk/kdenetwork/kmail/; revision=10717
signed message was given, added missing asking for pass
phrase when encrypted/signed message is sent.
* Composer: fixed bug that showed busy pointer all the
time with auto-append-signature set and no signature file
given. Removed mSendImmediate which seems unused
in the composer nowadays. Simplified code of slotSend,
slotSendNow, and slotSendLater (to be easier consistent).
svn path=/trunk/kdenetwork/kmail/; revision=8776
* Folder status messages for index creation and
compacting folder reduced from every 100th to every 10th.
svn path=/trunk/kdenetwork/kmail/; revision=8632
* 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
Now it is possible to add multiple recipients with comma
separated and complete also those after the first one.
Drawback: email addresses with comma in them are not
handled properly currently.
svn path=/trunk/kdenetwork/kmail/; revision=8605
I made some *very* minor changes to them, and will put them back
in kmail so things are easier to sync. Of course this won't break
kmail. And if you excuse me, I will go say a prayer to Kissmycoatl
the aztec god of hubris.
svn path=/trunk/kdenetwork/kmail/; revision=8517
* Reader: removed ':' from the characters that mark
quoted text to catch smileys at the beginning of the
line ;-)
* Main window configuration (geometry, etc.) is now
stored again.
* Composer: changed completion key from Ctrl-. to Ctrl-T
as kfile has.
1998-06-18 Mario Weilguni <mweilguni@kde.org>
* Dialog for folder selection: Escape now closes dialog,
remembers last folder, has a default pushbutton
svn path=/trunk/kdenetwork/kmail/; revision=8395
Changed email-address completion to be case insensitive.
I think this is more useful in the general case.
* Composer: fixed broken Tab handling. Replaced
Tab-completion in the email-address header lines
(To, From, Cc, etc.) with Ctrl-. completion.
svn path=/trunk/kdenetwork/kmail/; revision=8322
action "Move" of 1998-06-14.
Fixed bug in kmfilteraction "Move" action.
* Fonts: reader- and composer-window now change
their font when the settings are changed.
* Shutdown: improved handling of window-close and
KMail shutdown- and crash-handling.
svn path=/trunk/kdenetwork/kmail/; revision=8280
creation to a more suitable place. Should be lots
faster now.
* Composer: Now path of last filedialog for attachments
is stored.
svn path=/trunk/kdenetwork/kmail/; revision=8178
unfortunately only honors the font family. Added new
functions (kfontutils.h) for easy font to/from string
conversion.
svn path=/trunk/kdenetwork/kmail/; revision=8176
be alerted, this will happen once for everybody now ;-)
* Fonts: implemented font setting for HTML widget,
list of messages, and composer.
* Drag&Drop: implemented drag&drop of messages to
folders. Dropping into HTML widget crashes KMail.
Could be a bug of the HTML widget, however.
* Move-message: improved folder selection dialog.
* Message-list: now cleared properly when the current
folder is deleted.
svn path=/trunk/kdenetwork/kmail/; revision=8157